Chromium Code Reviews| 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 @@ def print_landmines(): |
| 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" |
|
Dirk Pranke
2016/01/22 22:17:06
not sure why you changed this; just to simplify th
brucedawson
2016/01/23 00:47:48
Well, I had to change something in order to trigge
Dirk Pranke
2016/01/23 02:03:46
Agreed, and makes sense.
|
| 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)' |