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

Unified Diff: lib/compiler/compiler.dart

Issue 10081004: Remove frog dependencies from lib/compiler. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add TODO. Created 8 years, 8 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 | « frog/world.dart ('k') | lib/compiler/implementation/apiimpl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/compiler.dart
diff --git a/lib/compiler/compiler.dart b/lib/compiler/compiler.dart
index 36bbe56cfa45a6d300a81652f63f93c29c059edf..bc8ed51be087daa8210e1f93c535a967499eb5a8 100644
--- a/lib/compiler/compiler.dart
+++ b/lib/compiler/compiler.dart
@@ -4,7 +4,7 @@
#library('compiler');
-#import('../uri/uri.dart');
+#import('dart:uri');
#import('implementation/apiimpl.dart');
// Unless explicitly allowed, passing null for any argument to the
« no previous file with comments | « frog/world.dart ('k') | lib/compiler/implementation/apiimpl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698