You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
depot_tools/testing_support
Stephanie Kim 53870d4056 Optional output_file field in GCS dep
When an 'output_file' arg is included, the downloaded object from GCS
will be downloaded in that path.

Example:
```
'src/buildtools/linux': {
  'bucket': 'bucket123',
  'object_name': 'clang-format-version123',
  'dep_type': 'gcs',
  'sha256sum': 'abcd123',
  'output_file': 'clang-format',
}
```
The GCS object will be downloaded at src/buildtools/linux/clang-format

Bug: b/324418194
Change-Id: I1049abeb09a1027c5477d955e50611d43015d0a4
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5353387
Commit-Queue: Stephanie Kim <kimstephanie@google.com>
Reviewed-by: Joanna Wang <jojwang@chromium.org>
1 year ago
..
__init__.py
cipd
cipd.bat
coverage_utils.py Fix multiline comment formatting 1 year ago
fake_cipd.py testing_support: switch to 4 space indent 2 years ago
fake_repos.py Optional output_file field in GCS dep 1 year ago
filesystem_mock.py Fix multiline comment formatting 1 year ago
gerrit-init.sh
git_test_utils.py Fix multiline comment formatting 1 year ago
presubmit_canned_checks_test_mocks.py Fix multiline comment formatting 1 year ago
subprocess2_test_script.py testing_support: switch to 4 space indent 2 years ago
test_case_utils.py Fix multiline comment formatting 1 year ago
trial_dir.py Fix multiline comment formatting 1 year ago