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

Unified Diff: build/vs_toolchain.py

Issue 1616553002: Update VS 2013 package to support Win10 10586 SDK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 66a3cd8e8640147ffaa07bd930dc3252f99bd45e..55898ecf56e72d417e2f66ca242fe8315a949695 100755
--- a/build/vs_toolchain.py
+++ b/build/vs_toolchain.py
@@ -275,7 +275,7 @@ def _GetDesiredVsToolchainHashes():
return ['524956ec6e64e68fead3773e3ce318537657b404']
else:
# Default to VS2013.
- return ['9ff97c632ae1fee0c98bcd53e71770eb3a0d8deb']
+ return ['4087e065abebdca6dbd0caca2910c6718d2ec67f']
def ShouldUpdateToolchain():
« 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