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

Unified Diff: editor/tools/plugins/com.google.dart.tools.core/import.config

Issue 9865025: Revert "Removes dartc reliance on its own libraries, now can be targeted at any implementation's li… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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: 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

Powered by Google App Engine
This is Rietveld 408576698