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

Unified Diff: build/vs_toolchain.py

Issue 2938453003: VS 2017 Update 3 Preview 2 with 10.0.15063.0 SDK. (Closed)
Patch Set: Reset the default compiler back to 2017 Created 3 years, 6 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 31af518983540481a1638ec3475d9d84408552b6..20cc2de23efc08a73a1056f63a1f3db7869d8a55 100755
--- a/build/vs_toolchain.py
+++ b/build/vs_toolchain.py
@@ -342,8 +342,8 @@ def _GetDesiredVsToolchainHashes():
# Update 3 final with patches with 10.0.14393.0 SDK.
return ['d3cb0e37bdd120ad0ac4650b674b09e81be45616']
if env_version == '2017':
- # VS 2017 Update 3 Preview 1 with 10.0.14393.0 SDK and patched statreg.h.
- return ['3915730f76bd9c6155aed871b944b0a25c18f15e']
+ # VS 2017 Update 3 Preview 2 with 10.0.15063.0 SDK and patched event.h.
+ return ['425bd64734a387734dfcf445b285a7c5073e4262']
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