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

Unified Diff: frog/frogc.dart

Issue 10081004: Remove frog dependencies from lib/compiler. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
Index: frog/frogc.dart
diff --git a/frog/frogc.dart b/frog/frogc.dart
index e121db36c8ec1972dde57ce6312815d7104f488e..e121ae6fc75a6a50ed0fa3edb0c11d765861760f 100644
--- a/frog/frogc.dart
+++ b/frog/frogc.dart
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
#import('lang.dart', prefix: 'lang');
-#import('../lib/compiler/implementation/frog_leg.dart', prefix: 'leg');
+#import('frog_leg.dart', prefix: 'leg');
#import('minfrogc.dart', prefix: 'minfrogc');
void main() {

Powered by Google App Engine
This is Rietveld 408576698