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

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

Issue 9873021: Move frog/leg to lib/compiler/implementation. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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/apiimpl.dart ('k') | lib/compiler/implementation/frog_leg.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/dart2js.dart
===================================================================
--- lib/compiler/implementation/dart2js.dart (revision 5925)
+++ lib/compiler/implementation/dart2js.dart (working copy)
@@ -7,10 +7,10 @@
#import('dart:io');
#import('dart:utf');
-#import('../../lib/uri/uri.dart');
-#import('../../frog/leg/api.dart', prefix: 'api');
-#import('../../frog/leg/io/io.dart', prefix: 'io');
-#import('../../frog/leg/colors.dart');
+#import('../../uri/uri.dart');
+#import('../compiler.dart', prefix: 'api');
+#import('io/io.dart', prefix: 'io');
+#import('colors.dart');
#import('source_file.dart');
String relativize(Uri base, Uri uri) {
« no previous file with comments | « lib/compiler/implementation/apiimpl.dart ('k') | lib/compiler/implementation/frog_leg.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698