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

Unified Diff: utils/compiler/compiler.gyp

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: 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
« runtime/vm/virtual_memory_android.cc ('K') | « utils/apidoc/apidoc.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/compiler/compiler.gyp
diff --git a/utils/compiler/compiler.gyp b/utils/compiler/compiler.gyp
index d419a5f5d912dbefbe0990e29f0d7aa3108d92d4..8555de1fc30a53690ff351ab171a70ecd86b935b 100644
--- a/utils/compiler/compiler.gyp
+++ b/utils/compiler/compiler.gyp
@@ -12,8 +12,16 @@
'type': 'none',
'dependencies': [
'../../runtime/dart-runtime.gyp:dart',
- '../../third_party/v8/src/d8.gyp:d8',
],
+ 'conditions': [
+ ['dart_want_separate_host_toolset!=1', {
+ 'dependencies': [
+ '../../third_party/v8/src/d8.gyp:d8',
+ ]
+ }
+ ]
+ ],
+
'actions': [
{
'action_name': 'build_dart2js',
@@ -46,6 +54,13 @@
],
},
],
+ 'conditions': [
+ ['dart_want_separate_host_toolset==1', {
+ 'toolsets': ['host'],
+ }, {
+ 'toolsets': ['target'],
+ }]
+ ],
},
],
}
« runtime/vm/virtual_memory_android.cc ('K') | « utils/apidoc/apidoc.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698