Index: dart.gyp |
=================================================================== |
--- dart.gyp (revision 31337) |
+++ dart.gyp (working copy) |
@@ -29,15 +29,9 @@ |
'runtime/dart-runtime.gyp:run_vm_tests', |
'runtime/dart-runtime.gyp:process_test', |
'packages', |
+ 'runtime/dart-runtime.gyp:test_extension', |
+ 'runtime/dart-runtime.gyp:sample_extension', |
], |
- 'conditions': [ |
- ['OS!="android"', { |
- 'dependencies': [ |
- 'runtime/dart-runtime.gyp:test_extension', |
- 'runtime/dart-runtime.gyp:sample_extension', |
- ], |
- }], |
- ], |
}, |
{ |
'target_name': 'create_sdk', |