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

Unified Diff: tools/test.dart

Issue 22375011: move html5lib code into dart svn repo (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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
Index: tools/test.dart
diff --git a/tools/test.dart b/tools/test.dart
index 3147a3698d4046fc1a27d63ed346bf7a2f547fff..fa423bd285f6d2440265c058eaa50f6c591bc23d 100755
--- a/tools/test.dart
+++ b/tools/test.dart
@@ -66,6 +66,7 @@ final TEST_SUITE_DIRECTORIES = [
new Path('tests/lib'),
new Path('tests/standalone'),
new Path('tests/utils'),
+ new Path('third_party/pkg/html5lib'),
Siggi Cherem (dart-lang) 2013/08/12 16:35:54 no need to change this now, but I was wondering if
Jennifer Messerly 2013/08/12 17:55:13 yeah, I had the same thought. it doesn't look like
new Path('utils/tests/css'),
new Path('utils/tests/peg'),
new Path('sdk/lib/_internal/pub'),

Powered by Google App Engine
This is Rietveld 408576698