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

Unified Diff: build/get_landmines.py

Issue 1783773004: Reland of Change default Windows compiler to VS 2015 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
Index: build/get_landmines.py
diff --git a/build/get_landmines.py b/build/get_landmines.py
index 4139957129918785c082e741f315c1057002c936..62116f91e192b7603bf4a2c2a90c77f44a43e431 100755
--- a/build/get_landmines.py
+++ b/build/get_landmines.py
@@ -52,9 +52,7 @@
print "Switched win x64 trybots from VS2010 to VS2012."
if (platform() == 'win' and builder() == 'ninja' and
gyp_msvs_version().startswith('2013')):
- print "Switched win from VS2010 to VS2013."
- print "Update to VS2013 Update 2."
- print "Update to VS2013 Update 4."
+ print "Switch to VS2013"
if (platform() == 'win' and gyp_msvs_version().startswith('2015')):
print 'Switch to VS2015'
print 'Need to clobber everything due to an IDL change in r154579 (blink)'

Powered by Google App Engine
This is Rietveld 408576698