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

Unified Diff: build/vs_toolchain.py

Issue 1168433003: Update vs2015 toolchain hash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@toolchain-update
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 f9908004ddc9adae5766f947ab7042cc5c152b2b..5f85e7489345dd7dbe15f5b3500997de399239d9 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 ['89341a333306b216e0121fcf2495d04ccbb8c4fc']
+ return ['71b723e24b0be4199a0363b1468ae9b2196e729e']
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