Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(186)

Unified Diff: DEPS

Issue 11175016: Selective build clobbering feature (landmines.py and android build scripts). (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix nits Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"],
+ },
]
« no previous file with comments | « no previous file | build/android/buildbot/buildbot_functions.sh » ('j') | build/android/buildbot/buildbot_functions.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698