mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 10:41:31 +00:00
Tested in led builds on chromium/tools/build repo. # Linux ``` > led get-build 8811504372914233697 | led edit-recipe-bundle -O depot_tools="$HOME/depot_tools" | led launch ... https://ci.chromium.org/swarming/task/5b749884a3f3fa11 ``` # Windows ``` > led get-build 8811491780369249585 | led edit-recipe-bundle -O https://ci.chromium.org/swarming/task/5b74bc67963d7610 ``` Bug: 931218 Change-Id: I4a967f7544f71a9fef8a44baad45196365659596 Recipe-Nontrivial-Roll: build Recipe-Nontrivial-Roll: build_limited Recipe-Nontrivial-Roll: chrome_release Recipe-Nontrivial-Roll: infra Change-Id: I4a967f7544f71a9fef8a44baad45196365659596 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3697958 Auto-Submit: Junji Watanabe <jwata@google.com> Reviewed-by: Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Josip Sokcevic <sokcevic@google.com>
59 lines
1.6 KiB
Plaintext
59 lines
1.6 KiB
Plaintext
# The `recipes` attribute controls which additional files are included in the
|
|
# recipes bundle when running the `//recipes/recipes.py bundle` command. These
|
|
# files will also be available to other repos' recipes when they pull in
|
|
# depot_tools as a recipe dependency.
|
|
|
|
# Tools
|
|
/*.bat recipes
|
|
/*.exe recipes
|
|
/*.py recipes
|
|
/*.sh recipes
|
|
|
|
# vpython specs
|
|
/.vpython* recipes
|
|
/gsutil.vpython3 recipes
|
|
|
|
# Extensionless tools we want and support scripts.
|
|
/autoninja* recipes
|
|
/clang* recipes
|
|
/depot-tools-auth recipes
|
|
/download_from_google_storage recipes
|
|
/fetch recipes
|
|
/gclient recipes
|
|
/git* recipes
|
|
/gn recipes
|
|
/ninja* recipes
|
|
/pylint* recipes
|
|
/repo recipes
|
|
/repo_launcher recipes
|
|
/roll-dep* recipes
|
|
/yapf* recipes
|
|
|
|
# Ensure depot_tools/.cipd_bin in a recipe step.
|
|
/cipd_manifest* recipes
|
|
|
|
# Symlinks
|
|
/cbuildbot recipes
|
|
/cros* recipes
|
|
|
|
/support/* recipes
|
|
|
|
# TODO: There are some really junky dependencies in here that we should probably
|
|
# move to vpython/cipd.
|
|
/third_party/** recipes
|
|
|
|
/win_toolchain/** recipes
|
|
|
|
/fetch_configs/*.py recipes
|
|
|
|
# Some things we never need to include in the bundle
|
|
*.diff -recipes
|
|
*LICENSE* -recipes
|
|
*README* -recipes
|
|
.gitattributes -recipes
|
|
.gitignore -recipes
|
|
COPYING -recipes
|
|
MANIFEST.in -recipes
|
|
OWNERS -recipes
|
|
PKG-INFO -recipes
|