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

Unified Diff: tools/gyp/configurations.gypi

Issue 10823209: Add support for building the Dart VM for Android OS. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: build.py learned --os all option to build for both host and android. Created 8 years, 4 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
Index: tools/gyp/configurations.gypi
diff --git a/tools/gyp/configurations.gypi b/tools/gyp/configurations.gypi
index ad41edd993f815dbbf28ab6bd7efbd532a667327..0641a19ce43af9c2846bed5c17cb08500ffc27f9 100644
--- a/tools/gyp/configurations.gypi
+++ b/tools/gyp/configurations.gypi
@@ -26,6 +26,7 @@
],
},
'conditions': [
+ [ 'OS=="android"', { 'includes': [ 'configurations_android.gypi', ], } ],
[ 'OS=="linux"', { 'includes': [ 'configurations_make.gypi', ], } ],
[ 'OS=="mac"', { 'includes': [ 'configurations_xcode.gypi', ], } ],
[ 'OS=="win"', { 'includes': [ 'configurations_msvs.gypi', ], } ],

Powered by Google App Engine
This is Rietveld 408576698