| Index: dart.gyp
|
| ===================================================================
|
| --- dart.gyp (revision 2261)
|
| +++ dart.gyp (working copy)
|
| @@ -39,13 +39,22 @@
|
| 'target_name': 'create_sdk',
|
| 'type': 'none',
|
| 'dependencies': [
|
| + 'compiler',
|
| 'frog',
|
| - 'runtime/dart-runtime.gyp:dart',
|
| + 'runtime',
|
| ],
|
| 'actions': [
|
| {
|
| 'action_name': 'create_sdk_py',
|
| 'inputs': [
|
| + # TODO(dgrove) - change these to dependencies and add dom
|
| + # dependences once issues 754 and 755 are fixed
|
| + 'client/html/html.dart',
|
| + 'client/html/htmlimpl.dart',
|
| + 'client/dom.dart',
|
| + 'client/dom/generated',
|
| + 'client/dom/src',
|
| + 'frog/frogc',
|
| 'tools/create_sdk.py',
|
| ],
|
| 'outputs': [
|
|
|