Searched full:gclient (Results 1 – 25 of 162) sorted by relevance
1234567
| /external/skia/infra/bots/ |
| D | check_deps.py | 27 # Find gclient.py and run that instead of simply "gclient", which calls into 29 gclient = subprocess.check_output([ 30 utils.WHICH, utils.GCLIENT]).decode('utf-8') 31 gclient_py = os.path.join(os.path.dirname(gclient), 'gclient.py') 44 'Failed to parse `gclient revinfo` output; invalid format: %s' % e) 51 'Failed to parse `gclient revinfo` output; invalid format: %s' % e)
|
| /external/libyuv/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/webrtc/infra/config/ |
| D | luci-notify.cfg | 30 …failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update|extract build|cleanup_tem… 57 …failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update|extract build|cleanup_tem… 84 …failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update|extract build|cleanup_tem… 111 …failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update|extract build|cleanup_tem… 138 …failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update|extract build|cleanup_tem… 165 …failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update|extract build|cleanup_tem… 192 …failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update|extract build|cleanup_tem… 241 …failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update|extract build|cleanup_tem… 268 …failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update|extract build|cleanup_tem… 295 …failed_step_regexp: "bot_update|compile|gclient runhooks|runhooks|update|extract build|cleanup_tem… [all …]
|
| /external/angle/scripts/ |
| D | bootstrap.py | 6 """Generate .gclient file for Angle. 8 Because gclient won't accept "--name ." use a different name then edit. 16 gclient_cmd = ('gclient config --name change2dot --unmanaged ' 28 with open('.gclient') as gclient_file: 35 with open('.gclient', 'w') as gclient_file: 38 print('created .gclient')
|
| /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/openscreen/ |
| D | README.md | 13 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
|
| /external/deqp-deps/amber/kokoro/scripts/linux/ |
| D | build_dawn-docker.sh | 54 # Bootstrap the gclient configuration 55 cp scripts/standalone.gclient .gclient 57 # Fetch external dependencies and toolchains with gclient 58 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/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/cronet/third_party/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/cronet/build/args/chromeos/ |
| D | README.md | 5 Files in this directory are populated by running `gclient sync` with specific 6 arguments set in the .gclient file. Specifically: 15 A typical .gclient file is a sibling of the src/ directory, and might look like 53 TODO(bpastene): Make 'cros_boards' a first class citizen in gclient and replace
|
| /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'.
|
| D | appveyor.yml | 13 # Use the source dir expected by gclient. 28 - gclient config https://%APPVEYOR_REPO_PROVIDER%.com/%APPVEYOR_REPO_NAME% --unmanaged --name=src 29 - gclient sync
|
| /external/angle/build/args/chromeos/ |
| D | README.md | 5 Files in this directory are populated by running `gclient sync` with specific 6 arguments set in the .gclient file. Specifically: 15 A typical .gclient file is a sibling of the src/ directory, and might look like 52 TODO(bpastene): Make 'cros_boards' a first class citizen in gclient and replace
|
| /external/webrtc/docs/native-code/development/ |
| D | index.md | 25 $ gclient sync 63 $ gclient sync 157 $ gclient sync 160 **NOTICE**: depot_tools are not tracked with your checkout, so it's possible gclient 165 which gclient 171 $ gclient sync 172 $ # When done, go back to depot_tools, git reset --hard, run gclient again and
|
| /external/vulkan-validation-layers/build-gn/ |
| D | update_deps.sh | 24 # Use gclient to update toolchain dependencies from /build-gn/DEPS (from chromium) 25 cat << EOF >> .gclient 37 gclient sync
|
| /external/skia/site/docs/dev/chrome/ |
| 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
|
| 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
|
| /external/skia/infra/bots/recipe_modules/checkout/ |
| D | api.py | 45 gclient_cache: Optional, directory of the gclient cache. 54 # Use a persistent gclient cache for Swarming. 62 gclient_cfg = self.m.gclient.make_config(**cfg_kwargs) 99 self.m.gclient.c = gclient_cfg
|
| /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/oss-fuzz/projects/tint/ |
| D | build.sh | 18 cp standalone.gclient .gclient 19 gclient sync
|
| /external/cronet/build/toolchain/ |
| D | check_rewrapper_cfg.py | 22 "download_remoteexec_cfg" in .gclient like 34 and re-run `gclient sync`.
|
| /external/google-breakpad/.github/workflows/ |
| D | coverity.yml | 33 gclient config --unmanaged --name=src https://github.com/${{ github.repository }} 34 gclient sync --no-history --nohooks
|
| /external/cronet/android/tools/import/ |
| D | import_cronet.sh | 73 cat <<EOF >.gclient 86 # Set appropriate gclient flags to speed up syncing. 87 gclient sync \
|
1234567