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

Unified Diff: build/vs_toolchain.py

Issue 1662133002: Update to VS 2015 package with embedded UCRT (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 ba8d6a1f2f21873ae353c0404830efffbfabc32b..f6aef3aeab04a90b5b7bc072098c9eff0d7b61ee 100755
--- a/build/vs_toolchain.py
+++ b/build/vs_toolchain.py
@@ -272,7 +272,7 @@ def _GetDesiredVsToolchainHashes():
to build with."""
if GetVisualStudioVersion() == '2015':
# Update 1 with Debuggers, UCRT installers and ucrtbased.dll
- return ['5a85cf1ce842f7cc96b9d17039a445a9dc9cf0dd']
+ return ['523b6c2d3df300b2c8538cdc0beac404726af051']
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