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

Unified Diff: lib/src/treebuilder.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/src/token.dart ('k') | lib/src/utils.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/treebuilder.dart
diff --git a/treebuilders/base.dart b/lib/src/treebuilder.dart
similarity index 98%
rename from treebuilders/base.dart
rename to lib/src/treebuilder.dart
index 9806c5a7cd04f05a69f4b3a5e969504dd90a1293..879e1717a93b45d437b2e59ed3b33a415d8f173b 100644
--- a/treebuilders/base.dart
+++ b/lib/src/treebuilder.dart
@@ -1,11 +1,11 @@
/** Internals to the tree builders. */
-#library('base');
+#library('treebuilder');
-#import('../lib/constants.dart');
-#import('../lib/list_proxy.dart');
-#import('../lib/token.dart');
-#import('../lib/utils.dart');
-#import('simpletree.dart');
+#import('constants.dart');
+#import('list_proxy.dart');
+#import('token.dart');
+#import('utils.dart');
+#import('../dom.dart');
// The scope markers are inserted when entering object elements,
// marquees, table cells, and table captions, and are used to prevent formatting
« no previous file with comments | « lib/src/token.dart ('k') | lib/src/utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698