| Index: dart.gyp
|
| diff --git a/dart.gyp b/dart.gyp
|
| index 6f3d29d87ef91f5cd10345b8e465d15a87370ccb..0ad0deb744fea1182700e301add9f03e2d6df2d3 100644
|
| --- a/dart.gyp
|
| +++ b/dart.gyp
|
| @@ -8,7 +8,7 @@
|
| 'target_name': 'compiler',
|
| 'type': 'none',
|
| 'dependencies': [
|
| - 'compiler/dart-compiler.gyp:dart_analyzer',
|
| + 'compiler/dart-compiler.gyp:dartc',
|
| ],
|
| 'actions': []
|
| },
|
| @@ -30,7 +30,6 @@
|
| 'dependencies': [
|
| 'runtime/dart-runtime.gyp:dart',
|
| 'dart2js',
|
| - 'compiler',
|
| ],
|
| 'actions': [
|
| {
|
| @@ -55,13 +54,6 @@
|
| 'message': 'Creating SDK.',
|
| },
|
| ],
|
| - 'conditions' : [
|
| - ['OS=="linux"', {
|
| - 'dependencies': [
|
| - 'compiler',
|
| - ],
|
| - }],
|
| - ],
|
| },
|
| {
|
| # Upload the SDK. This target is separate from create_sdk as the
|
|
|