mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
See go/chrome-infra-telemetry-dd for more details. This CL is to establish a folder where we can create infra libraries shared by depot_tools and chromium/src. Note that the folder cannot be named lib due to https://crbug.com/40259280. "libs" should avoid that problem Bug: 326277821 Change-Id: I71641ee74d15474353ef0210579a3a24d2726270 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5797754 Reviewed-by: Josip Sokcevic <sokcevic@chromium.org> Commit-Queue: Struan Shrimpton <sshrimp@google.com>
66 lines
1.8 KiB
Plaintext
66 lines
1.8 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
|
|
/download_from_google_storage recipes
|
|
/fetch recipes
|
|
/gclient recipes
|
|
/git* recipes
|
|
/git-credential-luci -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
|
|
|
|
/lib/* recipes
|
|
|
|
# Metadata validation package, without its tests.
|
|
/metadata/** recipes
|
|
/metadata/tests/** -recipes
|
|
|
|
# Libraries for reuse between depot_tools and dependent repos
|
|
/infra_lib 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
|