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

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

Issue 1278503004: Revert "Move dart2jslib parts into separate libraries." (Closed) Base URL: git@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 37c3486c5e0558545a42a1520e10fff35089ce76..641660bea8e60910f6064ff0438801728a3ce98c 100644
--- a/pkg/compiler/lib/src/js_backend/codegen/glue.dart
+++ b/pkg/compiler/lib/src/js_backend/codegen/glue.dart
@@ -5,20 +5,12 @@
library code_generator_dependencies;
import '../js_backend.dart';
-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 '../../constants/values.dart';
+import '../../elements/elements.dart';
+import '../../dart_types.dart' show DartType, TypeVariableType, InterfaceType;
/// Encapsulates the dependencies of the function-compiler to the compiler,
/// backend and emitter.
« no previous file with comments | « pkg/compiler/lib/src/js_backend/codegen/codegen.dart ('k') | pkg/compiler/lib/src/js_backend/codegen/unsugar.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698