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