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

Unified Diff: build/vs_toolchain.py

Issue 1155263006: win vs2015: rev toolchain package again (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 d376994b6f3acc308be075a38ef92bddd22b3f01..16f447755656bb5427097660553f8af28f8d74f0 100644
--- a/build/vs_toolchain.py
+++ b/build/vs_toolchain.py
@@ -189,7 +189,7 @@ def _GetDesiredVsToolchainHashes():
# TODO(scottmg): If explicitly set to VS2015 override hashes to the VS2015 RC
# toolchain. http://crbug.com/492774.
if os.environ.get('GYP_MSVS_VERSION') == '2015':
- return ['fbd8008aa6e5418b73efde6279c39c5b013f7d7f']
+ return ['40721575c85171cea5d7afe5ec17bd108a94796e']
else:
# Default to VS2013.
return ['ee7d718ec60c2dc5d255bbe325909c2021a7efef']
« 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