summaryrefslogtreecommitdiffstats
path: root/build/gyp_chromium
diff options
context:
space:
mode:
Diffstat (limited to 'build/gyp_chromium')
-rwxr-xr-xbuild/gyp_chromium4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/gyp_chromium b/build/gyp_chromium
index 26028dc..48c7389 100755
--- a/build/gyp_chromium
+++ b/build/gyp_chromium
@@ -190,6 +190,10 @@ if __name__ == '__main__':
args = sys.argv[1:]
if int(os.environ.get('GYP_CHROMIUM_NO_ACTION', 0)):
+ # Check for landmines (reasons to clobber the build) in any case.
+ print 'Running build/landmines.py...'
+ subprocess.check_call(
+ [sys.executable, os.path.join(script_dir, 'landmines.py')])
print 'Skipping gyp_chromium due to GYP_CHROMIUM_NO_ACTION env var.'
sys.exit(0)