Sha256: a1664d0cc78b9c216942eb9db9d7cb43449da6b04dda823f2297c3603814e0e9

Contents?: true

Size: 1.51 KB

Versions: 6

Compression:

Stored size: 1.51 KB

Contents

# 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
/gsutil.vpython 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
/roll-dep*                    recipes
/yapf*                        recipes

# Symlinks
/cbuildbot      recipes
/chrome_set_ver 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
/third_party/pymox/**              -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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
libv8-7.8.279.23.0beta1 vendor/depot_tools/.gitattributes
libv8-7.4.288.28.0beta1 vendor/depot_tools/.gitattributes
libv8-7.3.492.27.3beta1 vendor/depot_tools/.gitattributes
libv8-7.3.492.27.1 vendor/depot_tools/.gitattributes
libv8-7.3.492.27.0 vendor/depot_tools/.gitattributes
libv8-7.3.492.27.0beta1 vendor/depot_tools/.gitattributes