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

Unified Diff: DEPS

Issue 1402923003: Landmines support to ease clobbering builds (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 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 dd7bf5ee67e4f1d67c92457c5506d9f014d2f791..4980a02e0c71dbe4e664ff0eb883c14529e0ff2e 100644
--- a/DEPS
+++ b/DEPS
@@ -48,6 +48,21 @@ include_rules = [
hooks = [
{
+ # This clobbers when necessary (based on get_landmines.py). It must be the
+ # first hook so that other things that get/generate into the output
+ # directory will not subsequently be clobbered.
+ 'name': 'landmines',
+ 'pattern': '.',
+ 'action': [
+ 'python',
+ 'src/build/landmines.py',
+ '--landmine-scripts',
+ 'src/webrtc/build/get_landmines.py',
+ '--src-dir',
+ 'src',
Michael Achenbach 2015/10/15 07:38:20 How is that different to the old default value SRC
kjellander_chromium 2015/10/15 10:51:41 I understand your confusion, but since we're using
+ ],
+ },
+ {
# Check for legacy named top-level dir (named 'trunk').
'name': 'check_root_dir_name',
'pattern': '.',
« no previous file with comments | « .gitignore ('k') | webrtc/build/get_landmines.py » ('j') | webrtc/build/get_landmines.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698