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

Unified Diff: frog/tests/leg/src/compiler_helper.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/frogc.dart ('k') | frog/tests/leg/src/mock_compiler.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: frog/tests/leg/src/compiler_helper.dart
diff --git a/frog/tests/leg/src/compiler_helper.dart b/frog/tests/leg/src/compiler_helper.dart
index c660bca6b88adbdc918a8dd7d422b9745ddfbd8a..26a071b3865b853934b88d5a335898861991c97c 100644
--- a/frog/tests/leg/src/compiler_helper.dart
+++ b/frog/tests/leg/src/compiler_helper.dart
@@ -5,7 +5,7 @@
#library("compiler_helper");
-#import('../../../../lib/uri/uri.dart');
+#import("dart:uri");
#import("../../../../lib/compiler/implementation/leg.dart", prefix: "leg");
#import("../../../../lib/compiler/implementation/elements/elements.dart", prefix: "lego");
#import("../../../../lib/compiler/implementation/ssa/ssa.dart", prefix: "ssa");
« no previous file with comments | « frog/frogc.dart ('k') | frog/tests/leg/src/mock_compiler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698