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