HomeSort by relevance Sort by last modified time
    Searched refs:GOMA_DIR (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/mojo/tools/
mojob.sh 41 --use-goma - Use goma if \$GOMA_DIR is set or \$HOME/goma exists (default).
50 if [ "$GOMA" = "auto" -a -v GOMA_DIR ]; then
126 if [ -v GOMA_DIR ]; then
127 options+=("use_goma=1" "gomadir=\"${GOMA_DIR}\"")
140 if [ "$GOMA" = "auto" -a ! -v GOMA_DIR ]; then
142 GOMA_DIR="${HOME}/goma"
148 if [ "$GOMA" = "auto" -a -v GOMA_DIR ]; then
149 "${GOMA_DIR}/goma_ctl.py" ensure_start
  /frameworks/webview/chromium/tools/buildbot/
webview_buildbot_functions.sh 39 MAKE_COMMAND="${GOMA_DIR}/goma-android-make"
54 if [ -z "$GOMA_DIR" ]; then
55 export GOMA_DIR=/b/build/goma
57 if [ ! -d $GOMA_DIR ]; then
  /external/chromium_org/tools/cr/cr/actions/
ninja.py 17 GOMA_DIR=os.path.expanduser('~/goma'),
35 CR_GOMA_CC=os.path.join('{GOMA_DIR}', 'gomacc'),
36 CR_GOMA_CTL=os.path.join('{GOMA_DIR}', 'goma_ctl.py'),
37 GOMA_DIR='{CR_GOMA_DIR}',
114 '{GOMA_DIR}',
  /external/chromium_org/build/android/buildbot/
bb_utils.py 30 GOMA_DIR = os.environ.get('GOMA_DIR', os.path.join(BB_BUILD_DIR, 'goma'))
bb_host_steps.py 58 '--goma-dir=%s' % bb_utils.GOMA_DIR]
bb_run_bot.py 71 ' OS=android fastbuild=1 use_goma=1 gomadir=%s' % bb_utils.GOMA_DIR

Completed in 139 milliseconds