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

  /external/skia/tools/
build_command_buffer.py 26 'path to Chromium checkout (directory containing .gclient)')
42 help='Don\'t run git fetch or gclient sync in the Chromium tree')
93 # Skia executable. Also, the name of the gclient executable we call out to has
101 gclient = 'gclient'
108 gclient = 'gclient.bat'
127 subprocess.check_call([gclient, 'sync', '--reset', '--force'],
  /external/skia/bin/
sync-and-gyp 78 # Must use gclient.bat rather than gclient on windows (at least on mingw)
79 gclient = 'gclient' variable
81 gclient = 'gclient.bat' variable
84 # `gclient sync` is very slow, so skip whenever we can.
86 subprocess.call([gclient, '--version'])
88 sys.stdout.write('gclient missing from $PATH, please install ' +
91 if not os.path.isfile('.gclient')
    [all...]
  /external/skia/platform_tools/chromeos/bin/
chromeos_make 62 # Put a fake .gclient file in the toolchain directory so that the cros tool
64 echo "Delete me!" > "${CHROMEOS_CHROOT}/.gclient"
74 rm ${CHROMEOS_CHROOT}/.gclient
  /external/autotest/site_utils/
mass_update.py 116 '%s/src/scripts/ssh_test.sh --remote=%s' % (options.gclient, host),
131 '--update_url %s --remote %s' % (DEFAULT_TIMEOUT, options.gclient,
210 parser.add_option('-g', '--gclient', dest='gclient',
  /external/fio/
Makefile 167 gclient.o gcompat.o cairo_text_helpers.o printing.o
312 gclient.o: gclient.c gclient.h
313 $(QUIET_CC)$(CC) $(CFLAGS) $(GTK_CFLAGS) $(CPPFLAGS) -c gclient.c
  /external/webrtc/tools/autoroller/
roll_chromium_revision.py 41 from gclient import GClientKeywords

Completed in 264 milliseconds