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

Unified Diff: src/base.isolate

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: src/base.isolate
diff --git a/src/base.isolate b/src/base.isolate
index c457f001fed7fef8be4e8665ce768bb7eddb76b5..85f59ec942ade03a333f32bf82618954b50a253d 100644
--- a/src/base.isolate
+++ b/src/base.isolate
@@ -4,6 +4,9 @@
{
'includes': [
'../third_party/icu/icu.isolate',
+
+ # MSVS runtime libraries.
+ '../gypfiles/win/msvs_dependencies.isolate',
],
'conditions': [
['v8_use_snapshot=="true" and v8_use_external_startup_data==1', {

Powered by Google App Engine
This is Rietveld 408576698