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

Unified Diff: frog/server/frog_server.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/server/frog_server.dart
diff --git a/frog/server/frog_server.dart b/frog/server/frog_server.dart
index e7bfe29e2135d15c963f682ace0e62b720260b17..6c27bb67e5a1ef0c0289fc7e8eec94d2cea9673d 100755
--- a/frog/server/frog_server.dart
+++ b/frog/server/frog_server.dart
@@ -4,6 +4,7 @@
#library('frog_server');
+#import('dart:io');
// TODO(devoncarew): importing this file is temporary until dart:json is resolved
#import('dart_json.dart');
#import('../lang.dart');

Powered by Google App Engine
This is Rietveld 408576698