Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(486)

Unified Diff: build/get_landmines.py

Issue 1851573002: VS 2015 Update 2 RTW (final) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase? Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/vs_toolchain.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/get_landmines.py
diff --git a/build/get_landmines.py b/build/get_landmines.py
index 372a5d25f40f99a5fecf4f5b46b576ba575aca3e..395c18f4fd71fe4e86526cdad459f9752494cef1 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 Update 2 almost-done'
+ print 'Switch to VS2015 Update 2'
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'):
« no previous file with comments | « no previous file | build/vs_toolchain.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698