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

Unified Diff: lib/tokenizer.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/token.dart ('k') | lib/utils.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/tokenizer.dart
diff --git a/tokenizer.dart b/lib/tokenizer.dart
similarity index 99%
rename from tokenizer.dart
rename to lib/tokenizer.dart
index a4591186b43c3349923955c990b5f2143e9dbd5b..56f26cea77d8313bd10190f3cd75c5728268076d 100644
--- a/tokenizer.dart
+++ b/lib/tokenizer.dart
@@ -1,10 +1,10 @@
#library('tokenizer');
#import('dart:math');
-#import('lib/constants.dart');
-#import('lib/inputstream.dart');
-#import('lib/token.dart');
-#import('lib/utils.dart');
+#import('src/constants.dart');
+#import('src/inputstream.dart');
+#import('src/token.dart');
+#import('src/utils.dart');
#import('html5parser.dart', prefix: 'html5parser');
// Group entities by their first character, for faster lookups
« no previous file with comments | « lib/token.dart ('k') | lib/utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698