summaryrefslogtreecommitdiffstats
path: root/build/vs_toolchain.py
diff options
context:
space:
mode:
authorbrucedawson <brucedawson@chromium.org>2016-01-20 18:43:07 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-21 02:43:50 +0000
commit9b7851a6d4410fa5aecb3a8c13cae8c709f9d2ee (patch)
tree2ede7311dbbe423f20ca4476c33dd1b7926b5f19 /build/vs_toolchain.py
parentdcb2d1b1b3082acca9f6529bebb428ee5895fa2e (diff)
downloadchromium_src-9b7851a6d4410fa5aecb3a8c13cae8c709f9d2ee.zip
chromium_src-9b7851a6d4410fa5aecb3a8c13cae8c709f9d2ee.tar.gz
chromium_src-9b7851a6d4410fa5aecb3a8c13cae8c709f9d2ee.tar.bz2
VS 2015 package with VSINSTALLDIR and VCINSTALLDIR
This is a rebuild of the VS 2015 package that incorporates the changes made in crrev.com/1604423002 BUG=82385 Review URL: https://codereview.chromium.org/1608373002 Cr-Commit-Position: refs/heads/master@{#370586}
Diffstat (limited to 'build/vs_toolchain.py')
-rwxr-xr-xbuild/vs_toolchain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/vs_toolchain.py b/build/vs_toolchain.py
index 66a3cd8..3e6cdc7 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 ['524956ec6e64e68fead3773e3ce318537657b404']
+ return ['5a85cf1ce842f7cc96b9d17039a445a9dc9cf0dd']
else:
# Default to VS2013.
return ['9ff97c632ae1fee0c98bcd53e71770eb3a0d8deb']