Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(447)

Unified Diff: lib/import_dart2js.config

Issue 9860009: Removes dartc reliance on its own libraries, now can be targeted at any implementation's libraries (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated editor to use "Any" config Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: lib/import_dart2js.config
diff --git a/editor/tools/plugins/com.google.dart.tools.core/import.config b/lib/import_dart2js.config
similarity index 76%
copy from editor/tools/plugins/com.google.dart.tools.core/import.config
copy to lib/import_dart2js.config
index 5f7d6c8cce9cf2f85d53916b7101de8b16730d3b..0b4d74b5ede1edd5a92920a8502f190c729ac394 100644
--- a/editor/tools/plugins/com.google.dart.tools.core/import.config
+++ b/lib/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

Powered by Google App Engine
This is Rietveld 408576698