Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index d2120438e3c5ef2e44444511a3ab425a95663599..906f44799dc22b25757d9c108e1cd59dbfbefb4d 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -631,4 +631,9 @@ hooks = [ |
| "pattern": ".", |
| "action": ["python", "src/build/gyp_chromium"], |
| }, |
| + { |
| + # Check for landmines (reasons to clobber the build). |
| + "pattern": ".", |
| + "action": ["python", "src/build/landmines.py"], |
| + }, |
| ] |