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

Unified Diff: lib/compiler/implementation/library_map.dart

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 | « no previous file | lib/compiler/implementation/scanner/source_list.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/library_map.dart
===================================================================
--- lib/compiler/implementation/library_map.dart (revision 9862)
+++ lib/compiler/implementation/library_map.dart (working copy)
@@ -37,9 +37,9 @@
"crypto": const LibraryInfo(
"lib/crypto/crypto.dart"),
"dom_deprecated": const LibraryInfo(
- "lib/dom/frog/dom_frog.dart", isInternal: true),
+ "lib/dom/dart2js/dom_dart2js.dart", isInternal: true),
"html": const LibraryInfo(
- "lib/html/frog/html_frog.dart"),
+ "lib/html/dart2js/html_dart2js.dart"),
"io": const LibraryInfo(
"lib/compiler/implementation/lib/io.dart"),
"isolate": const LibraryInfo(
« no previous file with comments | « no previous file | lib/compiler/implementation/scanner/source_list.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698