| Index: lib/config/import_dart2js.config
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.core/import.config b/lib/config/import_dart2js.config
|
| similarity index 76%
|
| copy from editor/tools/plugins/com.google.dart.tools.core/import.config
|
| copy to lib/config/import_dart2js.config
|
| index 5f7d6c8cce9cf2f85d53916b7101de8b16730d3b..0b4d74b5ede1edd5a92920a8502f190c729ac394 100644
|
| --- a/editor/tools/plugins/com.google.dart.tools.core/import.config
|
| +++ b/lib/config/import_dart2js.config
|
| @@ -29,11 +29,15 @@
|
| # This file is read exactly once when editor is launched
|
| #
|
|
|
| -dart\: = dart-sdk/lib
|
| -dart\:builtin = dart-sdk/lib/builtin/builtin_runtime.dart
|
| -dart\:core = dart-sdk/lib/core/core_runtime.dart
|
| -dart\:coreimpl = dart-sdk/lib/coreimpl/coreimpl_runtime.dart
|
| -dart\:dom = dart-sdk/lib/dom/dom_frog.dart
|
| -dart\:html = dart-sdk/lib/html/html_dartium.dart
|
| -dart\:io = dart-sdk/lib/io/io_runtime.dart
|
| -dart\:isolate = dart-sdk/lib/isolate/isolate_compiler.dart
|
| +# These copy most of the frog imports until we get the dart2js libs
|
| +# in the dart-sdk
|
| +
|
| +dart\: = .
|
| +dart\:core = core/core_frog.dart
|
| +dart\:coreimpl = coreimpl/coreimpl_frog.dart
|
| +dart\:dom = dom/dom_frog.dart
|
| +dart\:html = html/html_frog.dart
|
| +dart\:isolate = isolate/isolate_leg.dart
|
| +dart\:uri = uri/uri.dart
|
| +dart\:json = json/json_frog.dart
|
| +dart\:utf = utf/utf.dart
|
|
|