| Index: lib/config/import_any.config
|
| diff --git a/editor/tools/plugins/com.google.dart.tools.core/import.config b/lib/config/import_any.config
|
| similarity index 74%
|
| copy from editor/tools/plugins/com.google.dart.tools.core/import.config
|
| copy to lib/config/import_any.config
|
| index 5f7d6c8cce9cf2f85d53916b7101de8b16730d3b..01a6f17a1fc15a995ad9bc7eb840c7df998d2203 100644
|
| --- a/editor/tools/plugins/com.google.dart.tools.core/import.config
|
| +++ b/lib/config/import_any.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
|
| +dart\: = .
|
| +dart\:builtin = builtin/builtin_runtime.dart
|
| +dart\:core = core/core_runtime.dart
|
| +dart\:coreimpl = coreimpl/coreimpl_runtime.dart
|
| +# dom/dom_frog.dart is a placeholder for dartium dom
|
| +dart\:dom = dom/dom_frog.dart
|
| +dart\:html = html/html_dartium.dart
|
| +dart\:io = io/io_runtime.dart
|
| +dart\:isolate = isolate/isolate_runtime.dart
|
| +dart\:uri = uri/uri.dart
|
| +dart\:json = json/json.dart
|
| +dart\:utf = utf/utf.dart
|
|
|