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

Unified Diff: dart.gyp

Issue 15706008: A working version of dart on Android. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments, merge with zra's CL. Created 7 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 | « no previous file | runtime/bin/bin.gypi » ('j') | runtime/bin/bin.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart.gyp
diff --git a/dart.gyp b/dart.gyp
index c4b0ddc1f30e51b479d60829e2a92d848879767f..0be9a495b64da5f193b2e6df6179c1ff8a21fb2a 100644
--- a/dart.gyp
+++ b/dart.gyp
@@ -38,9 +38,15 @@
'runtime/dart-runtime.gyp:dart_no_snapshot',
'runtime/dart-runtime.gyp:run_vm_tests',
'runtime/dart-runtime.gyp:process_test',
- 'runtime/dart-runtime.gyp:test_extension',
'packages',
],
+ 'conditions': [
+ ['OS!="android"', {
+ 'dependencies': [
+ 'runtime/dart-runtime.gyp:test_extension',
+ ],
+ }],
+ ],
},
{
# Build the SDK. This target is separate from upload_sdk as the
« no previous file with comments | « no previous file | runtime/bin/bin.gypi » ('j') | runtime/bin/bin.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698