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

Unified Diff: build/get_landmines.py

Issue 153073004: Move landmines into gyp_chromium (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 10 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 | « DEPS ('k') | build/gyp_chromium » ('j') | build/gyp_chromium » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/get_landmines.py
diff --git a/build/get_landmines.py b/build/get_landmines.py
index dce228aa8e2465c49ed7d8029b27ef2cc996128e..6a12162cd2ee2609a149b64017a0a7ec0181ef0f 100755
--- a/build/get_landmines.py
+++ b/build/get_landmines.py
@@ -46,7 +46,7 @@ def print_landmines(target):
gyp_defines().get('dcheck_always_on') == '1'):
print "Switched win x64 trybots from VS2010 to VS2012."
if (platform() == 'win' and builder() == 'ninja' and
- gyp_msvs_version() == '2013'):
+ gyp_msvs_version().startswith('2013')):
print "Switched win from VS2010 to VS2013."
print 'Need to clobber everything due to an IDL change in r154579 (blink)'
« no previous file with comments | « DEPS ('k') | build/gyp_chromium » ('j') | build/gyp_chromium » ('J')

Powered by Google App Engine
This is Rietveld 408576698