Index: build/get_landmines.py |
diff --git a/build/get_landmines.py b/build/get_landmines.py |
index 36a5237a1c3c3d97e4910f64e8d5a1b2b81c0acd..e401a25812a2883c828ec868eaf3250e8b0a83ed 100755 |
--- a/build/get_landmines.py |
+++ b/build/get_landmines.py |
@@ -54,6 +54,8 @@ def print_landmines(): |
print "Switched win from VS2010 to VS2013." |
print "Update to VS2013 Update 2." |
print "Update to VS2013 Update 4." |
+ if (platform() == 'win' and gyp_msvs_version().startswith('2015')): |
+ print 'Switch to VS2015' |
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'): |