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

Unified Diff: samples/total/src/Dartc.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: samples/total/src/Dartc.dart
diff --git a/samples/total/src/Dartc.dart b/samples/total/src/Dartc.dart
index 231ac06a9ca910a9e610f4eaffefaa27b5cbc6a4..48225160e37fec0aa75e0faa4e01698800f6750c 100644
--- a/samples/total/src/Dartc.dart
+++ b/samples/total/src/Dartc.dart
@@ -4,6 +4,8 @@
#library("total:dartc");
+#import('dart:io');
+
/**
* A simple wrapper around dartc.
* TODO: automatically determine the exec path to dartc

Powered by Google App Engine
This is Rietveld 408576698