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

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..662195feb9f8e76174bfeda6c6d8228e01505c33 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 ['eed7209ef42d388a5672f9fdc3a8d9a1a690a791']
def Update(force=False):

Powered by Google App Engine
This is Rietveld 408576698