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