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

Unified Diff: lib/compiler/implementation/leg.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/frog_leg.dart ('k') | lib/compiler/implementation/native_handler.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/leg.dart
diff --git a/lib/compiler/implementation/leg.dart b/lib/compiler/implementation/leg.dart
index 0b6344da74563af1d8a048bd70569e46c3b71c25..4b22423574093c4a06b8703ca4eb0c92319603e3 100644
--- a/lib/compiler/implementation/leg.dart
+++ b/lib/compiler/implementation/leg.dart
@@ -4,7 +4,7 @@
#library('leg');
-#import('../../uri/uri.dart');
+#import('dart:uri');
#import('colors.dart');
#import('elements/elements.dart');
@@ -13,6 +13,7 @@
#import('scanner/scannerlib.dart');
#import('ssa/ssa.dart');
#import('string_validator.dart');
+#import('source_file.dart');
#import('tree/tree.dart');
#import('util/characters.dart');
#import('util/util.dart');
« no previous file with comments | « lib/compiler/implementation/frog_leg.dart ('k') | lib/compiler/implementation/native_handler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698