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

Unified Diff: gypfiles/isolate.gypi

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/get_landmines.py ('k') | gypfiles/standalone.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gypfiles/isolate.gypi
diff --git a/gypfiles/isolate.gypi b/gypfiles/isolate.gypi
index a9614b5d64525e0e9e8283d5cda4af290bbf8185..2e67c909f8333a3b638a789b5f238846df6bfa36 100644
--- a/gypfiles/isolate.gypi
+++ b/gypfiles/isolate.gypi
@@ -87,7 +87,7 @@
'conditions': [
['OS=="win"', {
'action': [
- '--config-variable', 'msvs_version=2013',
+ '--config-variable', 'msvs_version=<(MSVS_VERSION)',
],
}, {
'action': [
« no previous file with comments | « gypfiles/get_landmines.py ('k') | gypfiles/standalone.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698