summaryrefslogtreecommitdiffstats
path: root/build/get_landmines.py
diff options
context:
space:
mode:
authorbrucedawson <brucedawson@chromium.org>2016-03-15 07:45:35 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-15 14:47:26 +0000
commita75b523af7b2e85970875a4060b74980c1761845 (patch)
tree9523c65c7a64af3fa4041dc79df49af90ee12f37 /build/get_landmines.py
parentcd96e6dc2ed64e928f93f6e978e780675a00c5b4 (diff)
downloadchromium_src-a75b523af7b2e85970875a4060b74980c1761845.zip
chromium_src-a75b523af7b2e85970875a4060b74980c1761845.tar.gz
chromium_src-a75b523af7b2e85970875a4060b74980c1761845.tar.bz2
New VS 2015 toolchain from 2016_03_10
BUG=440500 Review URL: https://codereview.chromium.org/1796933002 Cr-Commit-Position: refs/heads/master@{#381221}
Diffstat (limited to 'build/get_landmines.py')
-rwxr-xr-xbuild/get_landmines.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/get_landmines.py b/build/get_landmines.py
index 62116f9..372a5d2 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'):