Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index f2a1ec6b8f7e28a3b625d8aea1b5d482eee52d2f..dedadd5eb1729d0c7ce2ef29094fb5a4ed9715d8 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -141,6 +141,12 @@ hooks = [ |
| { |
| "pattern": ".", |
| "action": [ |
| + "python", "-u", "./infra/bootstrap/install_cipd_packages.py", "-v", |
| + ], |
| + }, |
| + { |
| + "pattern": ".", |
| + "action": [ |
| "download_from_google_storage", |
| "--bucket", "chromium-infra", |
| "--recursive", |