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

Unified Diff: gni/isolate.gni

Issue 2533813002: [build] Use MSVS 2015 by default. (Closed)
Patch Set: Add todos Created 4 years 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
Index: gni/isolate.gni
diff --git a/gni/isolate.gni b/gni/isolate.gni
index 6ba5506b20442c1ef0750fe4f51baad4beec998d..3906cf60ef93453cdbdd32ef10e492a85c5bd156 100644
--- a/gni/isolate.gni
+++ b/gni/isolate.gni
@@ -180,7 +180,7 @@ template("v8_isolate_run") {
if (is_win) {
args += [
"--config-variable",
- "msvs_version=2013",
+ "msvs_version=2015",
]
} else {
args += [

Powered by Google App Engine
This is Rietveld 408576698