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

Unified Diff: lib/dom.dart

Issue 10916294: switch html5lib to new pkg layout (Closed) Base URL: https://github.com/dart-lang/html5lib.git@master
Patch Set: Created 8 years, 3 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/constants.dart ('k') | lib/encoding_parser.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom.dart
diff --git a/treebuilders/simpletree.dart b/lib/dom.dart
similarity index 99%
rename from treebuilders/simpletree.dart
rename to lib/dom.dart
index 8361e2bd505ce1616363715d5b312f40cff3dd7e..c8b5b8c0040b88aff8794d658d1c1439567eea61 100644
--- a/treebuilders/simpletree.dart
+++ b/lib/dom.dart
@@ -2,11 +2,11 @@
* A simple tree API that results from parsing html. Intended to be compatible
* with dart:html, but right now it resembles the classic JS DOM.
*/
-#library('simpletree');
+#library('dom');
-#import('../lib/constants.dart');
-#import('../lib/utils.dart');
-#import('base.dart');
+#import('src/constants.dart');
+#import('src/treebuilder.dart');
+#import('src/utils.dart');
class Span {
/** The line of this span. 1-based. */
« no previous file with comments | « lib/constants.dart ('k') | lib/encoding_parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698