| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index cc154a5b955daad38bf6d7cfd2129fbbdf1543a6..e49a40340131fdeb498824ca0e9d0eaa7dd67edd 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -890,10 +890,23 @@ hooks = [
|
| 'name': 'fetch_telemetry_binary_dependencies',
|
| 'pattern': '.',
|
| 'action': [ 'python',
|
| + 'src/tools/perf/conditionally_execute',
|
| + '--gyp-condition', 'fetch_telemetry_dependencies=1',
|
| 'src/third_party/catapult/telemetry/bin/fetch_telemetry_binary_dependencies',
|
| ],
|
| },
|
|
|
| + # Download all WPR archives in tools/perf/
|
| + {
|
| + 'name': 'fetch_perf_wpr_archives',
|
| + 'pattern': '.',
|
| + 'action': [ 'python',
|
| + 'src/tools/perf/conditionally_execute',
|
| + '--gyp-condition', 'fetch_telemetry_dependencies=1',
|
| + 'src/tools/perf/fetch_benchmark_deps.py', '--force'
|
| + ],
|
| + },
|
| +
|
| # Download checkstyle for use in PRESUBMIT for Java changes.
|
| # TODO(jbudorick): Move this back down to the android section of hooks_os
|
| # once it's no longer necessary for the chromium_presubmit bot.
|
|
|