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

Unified Diff: lib/compiler/implementation/dart2js.dart

Issue 10081004: Remove frog dependencies from lib/compiler. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
Index: lib/compiler/implementation/dart2js.dart
diff --git a/lib/compiler/implementation/dart2js.dart b/lib/compiler/implementation/dart2js.dart
index 6e6c10ccd4decdd4c3ce5687a5b7224c73c111c4..a2378313cb78e5ca71c6dc459d883b64a999106c 100644
--- a/lib/compiler/implementation/dart2js.dart
+++ b/lib/compiler/implementation/dart2js.dart
@@ -5,9 +5,9 @@
#library('dart2js');
#import('dart:io');
+#import('dart:uri');
#import('dart:utf');
-#import('../../uri/uri.dart');
#import('../compiler.dart', prefix: 'api');
#import('colors.dart');
#import('source_file.dart');

Powered by Google App Engine
This is Rietveld 408576698