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

Unified Diff: build/vs_toolchain.py

Issue 2263763002: Allow testing of Update 3 final (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Allow testing of Update 3 final Created 4 years, 4 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 2b640fa373e7fe5796245ccbc19d8ad07000b55e..829e718025cf601177c666470789c67aaef0d73b 100755
--- a/build/vs_toolchain.py
+++ b/build/vs_toolchain.py
@@ -306,8 +306,8 @@ def _GetDesiredVsToolchainHashes():
to build with."""
if GetVisualStudioVersion() == '2015':
if bool(int(os.environ.get('DEPOT_TOOLS_WIN_TOOLCHAIN_PRERELEASE', '0'))):
- # Update 3 pre-release, May 16th.
- return ['283cc362f57dbe240e0d21f48ae45f9d834a425a']
+ # Update 3 final with patches.
+ return ['d5dc33b15d1b2c086f2f6632e2fd15882f80dbd3']
else:
# Update 2.
return ['95ddda401ec5678f15eeed01d2bee08fcbc5ee97']
« 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