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

Unified Diff: lib/compiler/implementation/scanner/scannerlib.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 | « lib/compiler/implementation/native_handler.dart ('k') | lib/compiler/implementation/script.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/scanner/scannerlib.dart
diff --git a/lib/compiler/implementation/scanner/scannerlib.dart b/lib/compiler/implementation/scanner/scannerlib.dart
index 1ce859b5544480968f4cc2c8e84c8f15b287ef65..f541a343201cb5aaaf3bb61fb5870161c3c13d2d 100644
--- a/lib/compiler/implementation/scanner/scannerlib.dart
+++ b/lib/compiler/implementation/scanner/scannerlib.dart
@@ -4,8 +4,9 @@
#library('scanner');
+#import('dart:uri');
+
#import('scanner_implementation.dart');
-#import('../../../uri/uri.dart');
#import('../elements/elements.dart');
#import('../leg.dart');
#import('../native_handler.dart', prefix: 'native');
« no previous file with comments | « lib/compiler/implementation/native_handler.dart ('k') | lib/compiler/implementation/script.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698