| Index: build/get_landmines.py
|
| diff --git a/build/get_landmines.py b/build/get_landmines.py
|
| index ab71608b925e7779d321b1156cfa6271df92a9c4..a9bdfd1a33aa642cbdcff298aa8030a381306e70 100755
|
| --- a/build/get_landmines.py
|
| +++ b/build/get_landmines.py
|
| @@ -48,6 +48,7 @@ def print_landmines(target):
|
| 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'
|
|
|