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

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

Powered by Google App Engine
This is Rietveld 408576698