Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(274)

Unified Diff: DEPS

Issue 2921353002: Refactor how we fetch Telemetry deps conditionally (Closed)
Patch Set: Update path ref Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/perf/conditionally_execute » ('j') | tools/perf/conditionally_execute » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | tools/perf/conditionally_execute » ('j') | tools/perf/conditionally_execute » ('J')

Powered by Google App Engine
This is Rietveld 408576698