Index: build/get_landmines.py |
diff --git a/build/get_landmines.py b/build/get_landmines.py |
index 113b37ce380fd5a5cf1d65ded5b4c421b794cb90..93ae2386a7df92b3e60e2e3a803bc48b7dd77427 100755 |
--- a/build/get_landmines.py |
+++ b/build/get_landmines.py |
@@ -45,6 +45,9 @@ def print_landmines(target): |
gyp_defines().get('target_arch') == 'x64' and |
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'): |
+ print "Switched win from VS2010 to VS2013." |
print 'Need to clobber everything due to an IDL change in r154579 (blink)' |