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

Unified Diff: lib/config/import_dart2js.config

Issue 10800104: Convert DOM and HTML frog to dart2js. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 5 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
« no previous file with comments | « lib/compiler/implementation/scanner/source_list.dart ('k') | lib/dom/dart2js/dom_dart2js.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/config/import_dart2js.config
===================================================================
--- lib/config/import_dart2js.config (revision 9862)
+++ lib/config/import_dart2js.config (working copy)
@@ -29,13 +29,13 @@
# This file is read exactly once when editor is launched
#
-# These copy most of the frog imports until we get the dart2js libs
+# These copy most of the dart2js 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_deprecated = dom/dom_frog.dart
-dart\:html = html/html_frog.dart
+dart\:dom_deprecated = dom/dom_dart2js.dart
+dart\:html = html/html_dart2js.dart
dart\:isolate = isolate/isolate_leg.dart
dart\:json = json/json_frog.dart
« no previous file with comments | « lib/compiler/implementation/scanner/source_list.dart ('k') | lib/dom/dart2js/dom_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698