Chromium Code Reviews| Index: lib/configs/import_vm.config |
| diff --git a/editor/tools/plugins/com.google.dart.tools.core/import.config b/lib/configs/import_vm.config |
| similarity index 76% |
| rename from editor/tools/plugins/com.google.dart.tools.core/import.config |
| rename to lib/configs/import_vm.config |
| index 5f7d6c8cce9cf2f85d53916b7101de8b16730d3b..eecc9431034d24c8021e9f2d85a2675f2f63d449 100644 |
| --- a/editor/tools/plugins/com.google.dart.tools.core/import.config |
| +++ b/lib/configs/import_vm.config |
| @@ -29,11 +29,12 @@ |
| # This file is read exactly once when editor is launched |
| # |
| -dart\: = dart-sdk/lib |
|
dgrove
2012/03/27 04:29:27
Can these be in lib/config (rather than configs)?
zundel
2012/03/27 14:00:53
Done.
|
| -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 |
| +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 |