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

Unified Diff: tools/mb/mb.py

Issue 2359093002: [build] Use MSVS 2015 by default. (Closed)
Patch Set: Created 4 years, 3 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/vs_toolchain.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb.py
diff --git a/tools/mb/mb.py b/tools/mb/mb.py
index 6c7c7735ebbe9a3fb2026cf61e148914259a9528..5139737060f8133a29e20c458997b55729fc44ca 100755
--- a/tools/mb/mb.py
+++ b/tools/mb/mb.py
@@ -40,7 +40,7 @@ import gn_helpers
# They rely on the environment variable or otherwise use chromium's default of
# 2015.
# TODO(machenbach): For switching to msvs 2015, simply remove this.
-MSVS_VERSION = '2013'
+MSVS_VERSION = '2015'
def main(args):
« no previous file with comments | « gypfiles/vs_toolchain.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698