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

Unified Diff: DEPS

Issue 1402923003: Landmines support to ease clobbering builds (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed initial landmine 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
« no previous file with comments | « .gitignore ('k') | webrtc/build/get_landmines.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index ddc910d90120d95c5dbfd2611ddc8022b14a5132..b1a76b974888cee04b6755ad2d9f9b2bc4829cd5 100644
--- a/DEPS
+++ b/DEPS
@@ -71,6 +71,21 @@ hooks = [
'action': ['python', 'src/setup_links.py'],
},
{
+ # This clobbers when necessary (based on get_landmines.py). It should be
+ # an early hook but it will need to be run after syncing Chromium and
+ # setting up the links, so the script actually exists.
+ 'name': 'landmines',
+ 'pattern': '.',
+ 'action': [
+ 'python',
+ 'src/build/landmines.py',
+ '--landmine-scripts',
+ 'src/webrtc/build/get_landmines.py',
+ '--src-dir',
+ 'src',
+ ],
+ },
+ {
# Pull sanitizer-instrumented third-party libraries if requested via
# GYP_DEFINES. This could be done as part of sync_chromium.py above
# but then we would need to run all the Chromium hooks each time,
« no previous file with comments | « .gitignore ('k') | webrtc/build/get_landmines.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698