summaryrefslogtreecommitdiffstats
path: root/build/vs_toolchain.py
diff options
context:
space:
mode:
authorbrucedawson <brucedawson@chromium.org>2015-12-07 16:52:59 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-08 00:54:28 +0000
commitd6491e05a583e957148ba5d901cbfe50ce18d3d8 (patch)
tree7eb02a028af313d201cd64207dccd6db2485886c /build/vs_toolchain.py
parentfd40949100f8031f978ff524734aafab95e93547 (diff)
downloadchromium_src-d6491e05a583e957148ba5d901cbfe50ce18d3d8.zip
chromium_src-d6491e05a583e957148ba5d901cbfe50ce18d3d8.tar.gz
chromium_src-d6491e05a583e957148ba5d901cbfe50ce18d3d8.tar.bz2
Update the depot_tools version of VS 2015 to Update 1
This uses VS 2015 Update 1 and the 10.0.10586.0 SDK, created by an updated depot_tools\win_toolchain\package_from_installed.py R=scottmg@chromium.org BUG=440500,567328 Review URL: https://codereview.chromium.org/1509583003 Cr-Commit-Position: refs/heads/master@{#363645}
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 eeaaea3..d6473d7 100755
--- a/build/vs_toolchain.py
+++ b/build/vs_toolchain.py
@@ -195,7 +195,7 @@ def _GetDesiredVsToolchainHashes():
"""Load a list of SHA1s corresponding to the toolchains that we want installed
to build with."""
if os.environ.get('GYP_MSVS_VERSION') == '2015':
- return ['49ae4b60d898182fc3f521c2fcda82c453915011']
+ return ['581a25d2e438bb208c1e28f0e901c2318d3ebdd7'] # Update 1
else:
# Default to VS2013.
return ['9ff97c632ae1fee0c98bcd53e71770eb3a0d8deb']