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

Unified Diff: DEPS

Issue 2843223004: Add DEPS to download Telemetry dependencies from cloud storage (Closed)
Patch Set: fix for Windows Created 3 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 4f24c189a6d425fccd4fc04a63e48d5f286532f9..cc8dabdfe004ad139436db09b80e815af08947fb 100644
--- a/DEPS
+++ b/DEPS
@@ -1161,6 +1161,15 @@ hooks = [
'src/third_party/gvr-android-sdk/test-apks/update.py',
],
},
+
+ # Download Telemetry's binary dependencies
+ {
+ 'name': 'fetch_telemetry_binary_dependencies',
+ 'pattern': '.',
+ 'action': [ 'python',
+ 'src/third_party/catapult/telemetry/bin/fetch_telemetry_binary_dependencies',
+ ],
+ },
]
recursedeps = [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698