Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index bda2e57122cccc9c4f82decf2b321b6fbbb5f4b2..aa08710b51ca85c7360e87dcb00feb1aa7921e4c 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -1008,6 +1008,13 @@ hooks = [ |
| "-s", "src/v8/test/fuzzer/wasm_asmjs.tar.gz.sha1", |
| ], |
| }, |
| + { |
| + 'name': 'clang_format_merge_driver', |
| + 'pattern': '.', |
| + 'action': [ 'python', |
| + 'src/tools/clang_format_merge_driver/install_git_hook.py', |
| + ], |
| + }, |
| ] |
| recursedeps = [ |