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

Unified Diff: DEPS

Issue 2427633003: Add landmine support (Closed)
Patch Set: Created 4 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') | tools/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 bbd851f170a5648424589bb04c7fd5d222c23f67..ed16637b3709ad2cd357826f1fa7cec4a6355a06 100644
--- a/DEPS
+++ b/DEPS
@@ -35,6 +35,21 @@ hooks = [
'action': ['python', Var('root_dir') + '/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',
+ Var('root_dir') + '/build/landmines.py',
+ '--landmine-scripts',
+ Var('root_dir') + '/tools/get_landmines.py',
+ '--src-dir',
+ Var('root_dir'),
+ ],
+ },
+ {
# A change to a .gyp, .gypi, or to GYP itself should run the generator.
'pattern': '.',
'action': ['python', Var('root_dir') + '/gyp_libyuv'],
« no previous file with comments | « .gitignore ('k') | tools/get_landmines.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698