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

Unified Diff: build/vs_toolchain.py

Issue 1378153003: win: Update to Win 10 SDK (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 2 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
Index: build/vs_toolchain.py
diff --git a/build/vs_toolchain.py b/build/vs_toolchain.py
index 0c6757e716a673f98b1e34b27c1847bec86f9af3..a169345ae2b0b6d2d77acdd9443022a0a2fec46e 100755
--- a/build/vs_toolchain.py
+++ b/build/vs_toolchain.py
@@ -192,7 +192,7 @@ def _GetDesiredVsToolchainHashes():
return ['49ae4b60d898182fc3f521c2fcda82c453915011']
else:
# Default to VS2013.
- return ['ee7d718ec60c2dc5d255bbe325909c2021a7efef']
+ return ['9ff97c632ae1fee0c98bcd53e71770eb3a0d8deb']
brucedawson 2015/10/05 20:30:11 If this hash is changed by the SDK then shouldn't
scottmg 2015/10/05 20:48:47 I haven't packaged 2015, that's a whole separate b
def Update(force=False):

Powered by Google App Engine
This is Rietveld 408576698