Searched refs:gclient (Results 1 – 25 of 73) sorted by relevance
123
/external/libyuv/files/docs/ |
D | deprecated_builds.md | 14 gclient config https://chromium.googlesource.com/libyuv/libyuv 15 gclient sync 18 Then you'll get a .gclient file like: 32 For iOS add `;target_os=['ios'];` to your OSX .gclient and run `GYP_DEFINES="OS=ios" gclient sync.` 37 For Android add `;target_os=['android'];` to your Linux .gclient 55 gclient sync 63 For Windows the gclient sync must be done from an Administrator command prompt. 65 …l Studio, OSX: XCode, Linux: make). This generation can also be forced manually: `gclient runhooks` 108 Add to .gclient last line: `target_os=['ios'];` 137 Add to .gclient last line: `target_os=['android'];` [all …]
|
D | getting_started.md | 14 gclient config --name src https://chromium.googlesource.com/libyuv/libyuv 15 gclient sync 17 Then you'll get a .gclient file like: 30 For iOS add `;target_os=['ios'];` to your OSX .gclient and run `gclient sync.` 35 For Android add `;target_os=['android'];` to your Linux .gclient 51 gclient sync 87 Add to .gclient last line: `target_os=['ios'];` 110 Add to .gclient last line: `target_os=['android'];`
|
/external/angle/doc/ |
D | BuildingAngleForChromiumDevelopment.md | 21 gclient sync 40 * To go back to the Chromium-managed version, remove `third_party/angle/.gclient`. 46 * cd to `chromium/`. One directory above `chromium/src`. Add this to `chromium/.gclient`: 64 …Comment out or remove the `src/third_party/angle` line in your `custom_deps` in `chomium/.gclient`. 66 * `gclient sync` your Chromium workspace.
|
/external/deqp-deps/amber/kokoro/scripts/linux/ |
D | build_dawn-docker.sh | 52 cp scripts/standalone.gclient .gclient 55 gclient sync
|
/external/vulkan-validation-layers/build-gn/ |
D | update_deps.sh | 25 cat << EOF >> .gclient 37 gclient sync
|
/external/openscreen/third_party/ |
D | README.md | 38 1. `git add` the DEPS file and commit, then run gclient sync. 48 If after running `gclient sync`, your build starts failing due to errors in 53 1. Re-run `gclient sync`. 56 library but not deleted by `gclient sync`.
|
/external/skqp/tools/ |
D | build_command_buffer.py | 87 gclient = 'gclient' 92 gclient = 'gclient.bat' 110 subprocess.check_call([gclient, 'sync', '--reset', '--force', 119 subprocess.check_call([gclient, 'runhooks'], cwd=chrome_src_dir)
|
/external/skia/tools/ |
D | build_command_buffer.py | 87 gclient = 'gclient' 92 gclient = 'gclient.bat' 110 subprocess.check_call([gclient, 'sync', '--reset', '--force', 119 subprocess.check_call([gclient, 'runhooks'], cwd=chrome_src_dir)
|
/external/skqp/platform_tools/android/ |
D | gclient.config | 2 # copy this file to your root development directory as ".gclient" 3 # and then run "gclient sync".
|
/external/skia/platform_tools/android/ |
D | gclient.config | 2 # copy this file to your root development directory as ".gclient" 3 # and then run "gclient sync".
|
/external/google-breakpad/scripts/ |
D | travis-checkout.sh | 15 gclient config --unmanaged https://github.com/google/breakpad.git 16 gclient sync
|
/external/angle/third_party/vulkan-deps/glslang/src/kokoro/linux-clang-gn/ |
D | build-docker.sh | 50 gclient sync --gclientfile=standalone.gclient
|
/external/deqp-deps/glslang/kokoro/linux-clang-gn/ |
D | build-docker.sh | 50 gclient sync --gclientfile=standalone.gclient
|
/external/google-breakpad/ |
D | DEPS | 29 # 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'.
|
/external/skia/infra/bots/ |
D | check_deps.py | 28 gclient = subprocess.check_output([utils.WHICH, utils.GCLIENT]) 29 gclient_py = os.path.join(os.path.dirname(gclient), 'gclient.py')
|
/external/angle/third_party/vulkan-deps/ |
D | update-commit-message.py | 50 def gclient(*args): function 117 gclient_head_output = gclient('revinfo') 123 gclient_old_output = gclient('revinfo')
|
/external/skqp/infra/bots/recipe_modules/checkout/ |
D | api.py | 67 gclient_cfg = self.m.gclient.make_config(**cfg_kwargs) 130 self.m.gclient.c = gclient_cfg 147 self.m.gclient.runhooks()
|
/external/skia/infra/bots/recipe_modules/checkout/ |
D | api.py | 85 gclient_cfg = self.m.gclient.make_config(**cfg_kwargs) 147 self.m.gclient.c = gclient_cfg 164 self.m.gclient.runhooks()
|
/external/skqp/site/dev/chrome/ |
D | repo.md | 10 The second command does a minimal "just sync the DEPS" emulation of `gclient 14 We no longer recommend the .gclient file manipulation to have Chromium DEPS also
|
D | multi_repo_trybots.md | 50 To test locally, run `gclient runhooks` to update the Skia source code. 52 already applied some patch to it), then `gclient runhooks` won't successfully 54 `gclient runhooks`. 71 directory structure used by Chromium. When `gclient runhooks` is run, the files
|
/external/skia/site/docs/dev/chrome/ |
D | repo.md | 15 The second command does a minimal "just sync the DEPS" emulation of `gclient 19 We no longer recommend the .gclient file manipulation to have Chromium DEPS also
|
D | multi_repo_trybots.md | 55 To test locally, run `gclient runhooks` to update the Skia source code. 57 already applied some patch to it), then `gclient runhooks` won't successfully 59 `gclient runhooks`. 76 directory structure used by Chromium. When `gclient runhooks` is run, the files
|
/external/boringssl/src/util/bot/ |
D | UPDATING | 4 mkdir boringssl-gclient 5 cd boringssl-gclient 6 … gclient config --unmanaged --deps-file=util/bot/DEPS https://boringssl.googlesource.com/boringssl/ 7 gclient sync
|
/external/webrtc/docs/native-code/development/ |
D | index.md | 25 $ gclient sync 63 $ gclient sync 141 $ gclient sync 144 **NOTICE**: depot_tools are not tracked with your checkout, so it's possible gclient 149 which gclient 155 $ gclient sync 156 $ # When done, go back to depot_tools, git reset --hard, run gclient again and
|
/external/openscreen/ |
D | README.md | 13 openscreen library dependencies are managed using `gclient`, from the 16 To get gclient, run the following command in your terminal: 30 `~/my_project_dir`), configure `gclient` and check out openscreen with the 35 gclient config https://chromium.googlesource.com/openscreen 36 gclient sync 39 The first `gclient` command will create a default .gclient file in 52 gclient sync 68 for the Linux and Mac environments via `gclient sync` as described above. The 333 easiest way to do this is to set a custom variable in your `.gclient` file. 340 then run `gclient runhooks`. You can also run the python command from the
|
123