| Index: build/get_landmines.py
|
| diff --git a/build/get_landmines.py b/build/get_landmines.py
|
| index 268cfb937fe6c247730b59c37e4b2300e7900840..217cd3133246686ec95af8adccea4a95f4e94def 100755
|
| --- a/build/get_landmines.py
|
| +++ b/build/get_landmines.py
|
| @@ -44,7 +44,7 @@ def print_landmines():
|
| print ('Improper dependency for create_nmf.py broke in r240802, '
|
| 'fixed in r240860.')
|
| if (platform() == 'win' and gyp_msvs_version().startswith('2015')):
|
| - print 'Switch to VS2015 Update 2'
|
| + print 'Switch to VS2015 Update 3'
|
| 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'):
|
|
|