summaryrefslogtreecommitdiffstats
path: root/build/vs_toolchain.py
diff options
context:
space:
mode:
authorbrucedawson <brucedawson@chromium.org>2016-03-15 07:45:35 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-15 14:47:26 +0000
commita75b523af7b2e85970875a4060b74980c1761845 (patch)
tree9523c65c7a64af3fa4041dc79df49af90ee12f37 /build/vs_toolchain.py
parentcd96e6dc2ed64e928f93f6e978e780675a00c5b4 (diff)
downloadchromium_src-a75b523af7b2e85970875a4060b74980c1761845.zip
chromium_src-a75b523af7b2e85970875a4060b74980c1761845.tar.gz
chromium_src-a75b523af7b2e85970875a4060b74980c1761845.tar.bz2
New VS 2015 toolchain from 2016_03_10
BUG=440500 Review URL: https://codereview.chromium.org/1796933002 Cr-Commit-Position: refs/heads/master@{#381221}
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 1105ea7..2977159 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 ['391bbf1220d3edcd3cc3fccdb56224181e3b13a7']
+ return ['a3796183a9fc4d22a687c5212b9c76dbd136d70d']
else:
return ['4087e065abebdca6dbd0caca2910c6718d2ec67f']