| Index: create_sdk.gyp
|
| diff --git a/create_sdk.gyp b/create_sdk.gyp
|
| index bc30a0a1ead27786e1e0599a9600d6338883eb28..e1896bade6c5b3588291677ead6f7faea1ddf1b7 100644
|
| --- a/create_sdk.gyp
|
| +++ b/create_sdk.gyp
|
| @@ -11,6 +11,7 @@
|
| 'runtime/dart-runtime.gyp:dart',
|
| 'utils/compiler/compiler.gyp:dart2js',
|
| 'utils/pub/pub.gyp:pub',
|
| + 'utils/pub/pub.gyp:core_stubs',
|
| 'utils/dartfmt/dartfmt.gyp:dartfmt',
|
| 'utils/dartanalyzer/dartanalyzer.gyp:dartanalyzer',
|
| ],
|
| @@ -29,6 +30,7 @@
|
| '<(SHARED_INTERMEDIATE_DIR)/pub.dart.snapshot',
|
| '<(SHARED_INTERMEDIATE_DIR)/dartanalyzer.dart.snapshot',
|
| '<(SHARED_INTERMEDIATE_DIR)/dartfmt.dart.snapshot',
|
| + '<(SHARED_INTERMEDIATE_DIR)/core_stubs/dart_io.dart',
|
| 'tools/VERSION'
|
| ],
|
| 'outputs': [
|
|
|