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

Unified Diff: frog/leg/tools/mini_parser.dart

Issue 9254026: Split dart:builtin into dart:builtin and dart:io. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 11 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: frog/leg/tools/mini_parser.dart
diff --git a/frog/leg/tools/mini_parser.dart b/frog/leg/tools/mini_parser.dart
index aced575ae127852369b82b4b3deab1a9d14a7073..8b924059bbf3824a5e6bf44c072899e1d10f59dd 100644
--- a/frog/leg/tools/mini_parser.dart
+++ b/frog/leg/tools/mini_parser.dart
@@ -4,6 +4,8 @@
#library('parser');
+#import('dart:io');
+
#import('../../../utils/utf8/utf8.dart');
#import('../elements/elements.dart');

Powered by Google App Engine
This is Rietveld 408576698