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

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

Issue 10854091: Revert "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: 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
« no previous file with comments | « lib/compiler/implementation/native_emitter.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/compiler/implementation/ssa/ssa.dart
diff --git a/lib/compiler/implementation/ssa/ssa.dart b/lib/compiler/implementation/ssa/ssa.dart
index a0b3379eab73003dd0b66ed1a8bfda9b1a755084..cfa5a16b2db9ddf16a6796929c64b4bcb0b864b1 100644
--- a/lib/compiler/implementation/ssa/ssa.dart
+++ b/lib/compiler/implementation/ssa/ssa.dart
@@ -5,11 +5,10 @@
#library('ssa');
#import('../leg.dart');
+#import('../native_handler.dart', prefix: 'native');
#import('../source_file.dart');
#import('../source_map_builder.dart');
#import('../elements/elements.dart');
-#import('../js_backend/js_backend.dart');
-#import('../native_handler.dart', prefix: 'native');
#import('../scanner/scannerlib.dart');
#import('../tree/tree.dart');
#import('../util/util.dart');
« no previous file with comments | « lib/compiler/implementation/native_emitter.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698