Home
last modified time | relevance | path

Searched refs:gclient (Results 1 – 25 of 26) sorted by relevance

12

/external/skia/site/user/sample/
Dbuilding.md10 * [gclient](https://code.google.com/p/gclient/)
20 1. Configure and sync using gclient.
24 1. Setup GYP auto-run when gclient sync is executed.
26 gclient setup
32 With the remote repo created, we create a .gclient configuration file. The
33 gclient config command will write the file for us:
35 $ gclient config --name=src https://bitbucket.org/dj2/usingskia.git
52 out. This is done by running gclient sync. There is a bit of magic that
53 gclient does around the url to determine if the repo is SVN or GIT. I've found
57 $ gclient sync
[all …]
/external/skia/site/dev/design/
Dsync-and-gyp.md5 is a Python program that wraps `gclient sync` and `gyp_skia`.
14 - Sets up gclient better than `gclient config`, which has been broken.
17 `gclient sync`. If not, it skips that step.
/external/skia/bin/
Dsync-and-gyp79 gclient = 'gclient' variable
81 gclient = 'gclient.bat' variable
86 subprocess.call([gclient, '--version'])
94 gclient_sync_command = [gclient, 'sync'] + skia_opt_deps
/external/skia/platform_tools/android/
Dgclient.config2 # copy this file to your root development directory as ".gclient"
3 # and then run "gclient sync".
/external/webrtc/webrtc/tools/barcode_tools/
DREADME11 as a separate gclient solution, like this:
12 gclient config http://webrtc.googlecode.com/svn/trunk/webrtc/tools/barcode_tools
13 gclient sync
/external/google-breakpad/
DDEPS29 # This is used to mimic the svn:externals mechanism for gclient (both Git and
31 # using a manually managed SVN checkout as opposed to a gclient managed checkout
33 # 'gclient runhooks' rather than 'gclient sync'.
D.gitignore40 # Ignore directories gclient syncs.
/external/webrtc/talk/app/webrtc/objc/
DREADME6 - Make sure gclient is checking out tools necessary to target iOS: your
7 .gclient file should contain a line like:
9 Make sure to re-run gclient sync after adding this to download the tools.
/external/skia/site/dev/chrome/
Drepo.md11 This command does a minimal "just sync the DEPS" emulation of gclient sync for
16 We no longer recommend the .gclient file manipulation to have Chromium DEPS also
/external/skia/tools/
Dbuild_command_buffer.py101 gclient = 'gclient'
108 gclient = 'gclient.bat'
127 subprocess.check_call([gclient, 'sync', '--reset', '--force'],
/external/pdfium/
DREADME.md7 the gclient utilty needed below).
14 "repo". This directory must not have been used before by `gclient config` as
15 each directory can only house a single gclient configuration.
20 gclient config --unmanaged https://pdfium.googlesource.com/pdfium.git
21 gclient sync
/external/webrtc/chromium/
DREADME1 This .gclient file is used to do download a copy of Chromium.
/external/fio/
DMakefile167 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/skia/
D.gitignore7 .gclient*
/external/webrtc/
D.gitignore42 /chromium/.gclient.tmp
43 /chromium/.gclient.tmp_entries
/external/skia/platform_tools/chromeos/bin/
Dchromeos_make74 rm ${CHROMEOS_CHROOT}/.gclient
/external/autotest/site_utils/
Dmass_update.py116 '%s/src/scripts/ssh_test.sh --remote=%s' % (options.gclient, host),
131 '--update_url %s --remote %s' % (DEFAULT_TIMEOUT, options.gclient,
/external/skia/experimental/SkV8Example/
DREADME8 1. Uncomment out the v8 dep in DEPS and re-run gclient sync.
/external/v8/test/test262/
DREADME7 fetched with 'gclient sync'. To update to a newer version, please change the
/external/webrtc/talk/app/webrtc/java/
DREADME17 GYP_DEFINES="build_with_libjingle=1 build_with_chromium=0 java_home=path/to/JDK" gclient runhooks &…
/external/v8/
DREADME.md27 gclient sync
/external/skia/site/user/
Ddownload.md9 to download depot_tools (which includes gclient, git-cl, and Ninja).
/external/webrtc/webrtc/examples/androidapp/
DREADME16 - Finally, run "gclient runhooks" to generate Android-targeting .ninja files.
/external/webrtc/tools/autoroller/
Droll_chromium_revision.py41 from gclient import GClientKeywords
/external/skia/site/dev/sheriffing/
Dtrooper.md113 `ps aux | grep python` that neither buildbot nor gclient are running, then run

12