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