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

Unified Diff: build/vs_toolchain.py

Issue 1748583002: New VS 2015 compiler toolchain, early Update 2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updating toolchain to fix vctip.exe 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 | 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 7260d8709afc422fff4b2cbbc4c02e37ea03eda1..66f4cc4bdd20fbc1d5c45fb4896bfb40b1ef208f 100755
--- a/build/vs_toolchain.py
+++ b/build/vs_toolchain.py
@@ -279,7 +279,7 @@ def _GetDesiredVsToolchainHashes():
to build with."""
if GetVisualStudioVersion() == '2015':
# Update 1 with hot fixes.
- return ['b349b3cc596d5f7e13d649532ddd7e8db39db0cb']
+ return ['391bbf1220d3edcd3cc3fccdb56224181e3b13a7']
else:
# Default to VS2013.
return ['4087e065abebdca6dbd0caca2910c6718d2ec67f']
« 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