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

Unified Diff: build/vs_toolchain.py

Issue 2966713003: VS 2017 Update 3 Preview 3 with fixed SDK (Closed)
Patch Set: Reset default to VS 2015 Created 3 years, 5 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 e131a0db2b428084884a72ac7caaca4ddb378a1d..6a3c2c161015b66b53f027cab65d0b69db6e7ccf 100755
--- a/build/vs_toolchain.py
+++ b/build/vs_toolchain.py
@@ -346,8 +346,8 @@ def _GetDesiredVsToolchainHashes():
# Update 3 final with 10.0.15063.468 SDK and no vctip.exe.
return ['f53e4598951162bad6330f7a167486c7ae5db1e5']
if env_version == '2017':
- # VS 2017 Update 3 Preview 2 with 10.0.15063.0 SDK and patched event.h.
- return ['425bd64734a387734dfcf445b285a7c5073e4262']
+ # VS 2017 Update 3 Preview 3 with 10.0.15063.468 SDK.
+ return ['15d1e1d9da02f10de7b95137b314236068025fa8']
raise Exception('Unsupported VS version %s' % env_version)
« 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