| Index: build/get_landmines.py
|
| diff --git a/build/get_landmines.py b/build/get_landmines.py
|
| index 62116f91e192b7603bf4a2c2a90c77f44a43e431..372a5d25f40f99a5fecf4f5b46b576ba575aca3e 100755
|
| --- a/build/get_landmines.py
|
| +++ b/build/get_landmines.py
|
| @@ -54,7 +54,7 @@ def print_landmines():
|
| gyp_msvs_version().startswith('2013')):
|
| print "Switch to VS2013"
|
| if (platform() == 'win' and gyp_msvs_version().startswith('2015')):
|
| - print 'Switch to VS2015'
|
| + print 'Switch to VS2015 Update 2 almost-done'
|
| print 'Need to clobber everything due to an IDL change in r154579 (blink)'
|
| print 'Need to clobber everything due to gen file moves in r175513 (Blink)'
|
| if (platform() != 'ios'):
|
|
|