Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index bf1578716310aef426d917231357f6ad05327145..c065b008f12d279f6cf29966c3cb86296bd7671a 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -102,6 +102,14 @@ hooks = [ |
| "-s", "v8/buildtools/linux64/clang-format.sha1", |
| ], |
| }, |
| + { |
| + 'name': 'gcmole', |
| + 'pattern': '.', |
| + 'action': [ |
| + 'python', |
| + 'v8/tools/gcmole/download_gcmole_tools.py', |
| + ], |
| + }, |
| # Pull luci-go binaries (isolate, swarming) using checked-in hashes. |
| { |
| 'name': 'luci-go_win', |