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

Unified Diff: pkg/compiler/lib/src/js_backend/codegen/glue.dart

Issue 1284593003: Remove dart2jslib.dart (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 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: pkg/compiler/lib/src/js_backend/codegen/glue.dart
diff --git a/pkg/compiler/lib/src/js_backend/codegen/glue.dart b/pkg/compiler/lib/src/js_backend/codegen/glue.dart
index 6f741bd3b83572f3f51e7bde9acbf34a1c5afb41..076b554d5e01c979d6aa49c5e7fd29f130dec4e0 100644
--- a/pkg/compiler/lib/src/js_backend/codegen/glue.dart
+++ b/pkg/compiler/lib/src/js_backend/codegen/glue.dart
@@ -5,19 +5,24 @@
library code_generator_dependencies;
import '../js_backend.dart';
+import '../../common/registry.dart' show
+ Registry;
+import '../../compiler.dart' show
+ Compiler;
import '../../constants/values.dart';
import '../../dart_types.dart' show
DartType,
TypeVariableType,
InterfaceType;
-import '../../dart2jslib.dart';
import '../../enqueue.dart' show
CodegenEnqueuer;
import '../../elements/elements.dart';
import '../../js_emitter/js_emitter.dart';
import '../../js/js.dart' as js;
-import '../../universe/universe.dart' show Selector;
-import '../../world.dart' show ClassWorld;
+import '../../universe/universe.dart' show
+ Selector;
+import '../../world.dart' show
+ ClassWorld;
/// Encapsulates the dependencies of the function-compiler to the compiler,
« no previous file with comments | « pkg/compiler/lib/src/js_backend/codegen/codegen.dart ('k') | pkg/compiler/lib/src/js_backend/codegen/task.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698