Sha256: 777b3cc1567e659b14a0cadf5c7083ff4f043bfdf9c4cf1e83afbc961292ae4a

Contents?: true

Size: 1.46 KB

Versions: 4

Compression:

Stored size: 1.46 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

# Extensionless tools we want
/apply_issue                  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

# 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
/third_party/cq_client/testdata/** -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

4 entries across 4 versions & 1 rubygems

Version Path
libv8-6.0.286.44.0beta1 vendor/depot_tools/.gitattributes
libv8-5.9.211.38.1 vendor/depot_tools/.gitattributes
libv8-5.9.211.38.0 vendor/depot_tools/.gitattributes
libv8-5.9.211.38.0beta0 vendor/depot_tools/.gitattributes