| Index: build/get_landmines.py
|
| diff --git a/build/get_landmines.py b/build/get_landmines.py
|
| index c9e87734844306b77801f57111a07e1dd8336610..0697a191c4358b5cf2366210d41835940f8f27d8 100755
|
| --- a/build/get_landmines.py
|
| +++ b/build/get_landmines.py
|
| @@ -49,6 +49,7 @@ def print_landmines(target):
|
| gyp_msvs_version().startswith('2013')):
|
| print "Switched win from VS2010 to VS2013."
|
| print "Update to VS2013 Update 2."
|
| + print "Update to VS2013 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'):
|
|
|