Chromium Code Reviews| 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 = [ |