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