| Index: trunk/src/build/get_landmines.py
|
| ===================================================================
|
| --- trunk/src/build/get_landmines.py (revision 271736)
|
| +++ trunk/src/build/get_landmines.py (working copy)
|
| @@ -48,7 +48,6 @@
|
| 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 'Need to clobber everything due to an IDL change in r154579 (blink)'
|
| if (platform() != 'ios'):
|
| print 'Clobber to get rid of obselete test plugin after r248358'
|
|
|