| 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
|
|
|