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

Unified Diff: frog/reader.dart

Issue 8548007: Split html library into html and html_impl (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Sync and fix bug in html_tests Created 9 years, 1 month 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 | « frog/frogsh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/reader.dart
diff --git a/frog/reader.dart b/frog/reader.dart
index e832d50c26dec6caae1ac09b0e08fec597c3afc6..a38e6217225edef522e59fa64cd37dd929fb7524 100644
--- a/frog/reader.dart
+++ b/frog/reader.dart
@@ -14,6 +14,8 @@ class LibraryReader {
'dart:coreimpl': joinPaths(options.libDir, 'corelib_impl.dart'),
'dart:html': joinPaths(options.libDir,
'../../client/html/release/html.dart'),
+ 'dart:htmlimpl': joinPaths(options.libDir,
+ '../../client/html/release/htmlimpl.dart'),
'dart:dom': joinPaths(options.libDir,
'../../client/dom/frog/frog_dom.dart'),
'dart:json': joinPaths(options.libDir, 'json.dart'),
« no previous file with comments | « frog/frogsh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698