summaryrefslogtreecommitdiffstats
path: root/build/vs_toolchain.py
diff options
context:
space:
mode:
authorscottmg <scottmg@chromium.org>2015-10-27 12:43:32 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-27 19:44:20 +0000
commit1feffb4b7b1c2bfaf112a8993ae7ab0c16a52da9 (patch)
tree860746390d5c1bde0a1ad2e57e2054933ac20e9d /build/vs_toolchain.py
parent90d86f569217b52f53c976339b72b917889737cb (diff)
downloadchromium_src-1feffb4b7b1c2bfaf112a8993ae7ab0c16a52da9.zip
chromium_src-1feffb4b7b1c2bfaf112a8993ae7ab0c16a52da9.tar.gz
chromium_src-1feffb4b7b1c2bfaf112a8993ae7ab0c16a52da9.tar.bz2
win: Update to Win 10 SDK
Tested on clean Win7 VM against both VS2013 and clang=1 at 247874-1. R=brucedawson@chromium.org BUG=491424 Committed: https://crrev.com/3f6f89251dc210b24a36398237d374a87d4a3b33 Cr-Commit-Position: refs/heads/master@{#352667} Review URL: https://codereview.chromium.org/1378153003 Cr-Commit-Position: refs/heads/master@{#356373}
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 648c7e6..61a2943 100755
--- a/build/vs_toolchain.py
+++ b/build/vs_toolchain.py
@@ -191,7 +191,7 @@ def _GetDesiredVsToolchainHashes():
return ['49ae4b60d898182fc3f521c2fcda82c453915011']
else:
# Default to VS2013.
- return ['ee7d718ec60c2dc5d255bbe325909c2021a7efef']
+ return ['9ff97c632ae1fee0c98bcd53e71770eb3a0d8deb']
def Update(force=False):