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

Unified Diff: build/vs_toolchain.py

Issue 1576203002: Change VS 2015 Update 1 package to VM version (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweaking description Created 4 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/vs_toolchain.py
diff --git a/build/vs_toolchain.py b/build/vs_toolchain.py
index 6006b239ce9d12e1e04b3d3a9d343ba46e0285dc..1fd8a11445b275fce2be9029d85aadbcb6d75799 100755
--- a/build/vs_toolchain.py
+++ b/build/vs_toolchain.py
@@ -257,7 +257,7 @@ def _GetDesiredVsToolchainHashes():
"""Load a list of SHA1s corresponding to the toolchains that we want installed
to build with."""
if os.environ.get('GYP_MSVS_VERSION') == '2015':
- return ['8c3265958030a53f93f9cf027cfa5d5d9717fbf6'] # Update 1
+ return ['17c7ddb3595be5c6b9c98b6f930adad7e4456671'] # Update 1
else:
# Default to VS2013.
return ['9ff97c632ae1fee0c98bcd53e71770eb3a0d8deb']
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698