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

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

Issue 10854066: Start moving the JavaScript backend related code into a separate library (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add missing import Created 8 years, 4 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: lib/compiler/implementation/leg.dart
diff --git a/lib/compiler/implementation/leg.dart b/lib/compiler/implementation/leg.dart
index 18aab877abb1a0f218d0bcacc348eecea1a31895..e30459816caf663667fdecd7aa94e5482d9d2451 100644
--- a/lib/compiler/implementation/leg.dart
+++ b/lib/compiler/implementation/leg.dart
@@ -8,7 +8,7 @@
#import('dart_backend/dart_backend.dart', prefix: 'dart_backend');
#import('elements/elements.dart');
-#import('native_handler.dart', prefix: 'native');
+#import('js_backend/js_backend.dart', prefix: 'js_backend');
#import('scanner/scanner_implementation.dart');
#import('scanner/scannerlib.dart');
#import('ssa/ssa.dart');
@@ -26,10 +26,8 @@
#source('compile_time_constants.dart');
#source('compiler.dart');
#source('diagnostic_listener.dart');
-#source('emitter.dart');
#source('enqueue.dart');
#source('namer.dart');
-#source('native_emitter.dart');
#source('operations.dart');
#source('resolved_visitor.dart');
#source('resolver.dart');
« no previous file with comments | « lib/compiler/implementation/js_backend/native_emitter.dart ('k') | lib/compiler/implementation/native_emitter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698