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

Unified Diff: build/vs_toolchain.py

Issue 1959413002: Allow building with VS 2015 Update 3 pre-release (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove #if statements Created 4 years, 7 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 | chrome/app/delay_load_hook_win.cc » ('j') | 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 1012216346806a9262ae7df3bdd53ed26abbdf13..836d197ac60526fc0b5ad84e51dad724ed8b00ff 100755
--- a/build/vs_toolchain.py
+++ b/build/vs_toolchain.py
@@ -279,8 +279,8 @@ def _GetDesiredVsToolchainHashes():
"""Load a list of SHA1s corresponding to the toolchains that we want installed
to build with."""
if GetVisualStudioVersion() == '2015':
- # Update 2.
- return ['95ddda401ec5678f15eeed01d2bee08fcbc5ee97']
+ # Update 3 pre-release, May 9th.
+ return ['97b5c1d5f7c614126da344d55a20dcc424f578eb']
scottmg 2016/05/12 18:34:38 with a if bool(int(os.environ.get('DEPOT_TOOLS_WI
else:
return ['03a4e939cd325d6bc5216af41b92d02dda1366a6']
« no previous file with comments | « no previous file | chrome/app/delay_load_hook_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698