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

Unified Diff: gypfiles/vs_toolchain.py

Issue 1886983002: [build] Use MSVS 2015 by default. Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Use exit 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 | « gypfiles/standalone.gypi ('k') | src/d8.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gypfiles/vs_toolchain.py
diff --git a/gypfiles/vs_toolchain.py b/gypfiles/vs_toolchain.py
index 1693647e98743af869eae95f8562bdf575c8200a..259b2f76683290895d9e7849b108906dbdd6eb11 100644
--- a/gypfiles/vs_toolchain.py
+++ b/gypfiles/vs_toolchain.py
@@ -24,8 +24,8 @@ json_data_file = os.path.join(script_dir, 'win_toolchain.json')
import gyp
-# Use MSVS2013 as the default toolchain.
-CURRENT_DEFAULT_TOOLCHAIN_VERSION = '2013'
+# Use MSVS2015 as the default toolchain.
+CURRENT_DEFAULT_TOOLCHAIN_VERSION = '2015'
def SetEnvironmentAndGetRuntimeDllDirs():
« no previous file with comments | « gypfiles/standalone.gypi ('k') | src/d8.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698