| Index: editor/tools/plugins/com.google.dart.tools.core/import.config
|
| diff --git a/lib/config/import_frog.config b/editor/tools/plugins/com.google.dart.tools.core/import.config
|
| similarity index 76%
|
| rename from lib/config/import_frog.config
|
| rename to editor/tools/plugins/com.google.dart.tools.core/import.config
|
| index 3ed6eeacfc2a928685ead1d8b81fed61ee476149..5f7d6c8cce9cf2f85d53916b7101de8b16730d3b 100644
|
| --- a/lib/config/import_frog.config
|
| +++ b/editor/tools/plugins/com.google.dart.tools.core/import.config
|
| @@ -29,12 +29,11 @@
|
| # This file is read exactly once when editor is launched
|
| #
|
|
|
| -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_frog.dart
|
| -dart\:uri = uri/uri.dart
|
| -dart\:json = json/json_frog.dart
|
| -dart\:utf = utf/utf.dart
|
| +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
|
|
|