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

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

Issue 1394063004: Use common.dart to re-export commonly used entities. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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 7feb21cfd0bec7f27e9adadb1e84caa3fbc81ee6..1c27d48c0f6971985f28aff0e0587f3777dc174e 100644
--- a/pkg/compiler/lib/src/js_backend/codegen/glue.dart
+++ b/pkg/compiler/lib/src/js_backend/codegen/glue.dart
@@ -5,6 +5,8 @@
library code_generator_dependencies;
import '../js_backend.dart';
+
+import '../../common.dart';
import '../../common/registry.dart' show
Registry;
import '../../common/codegen.dart' show
@@ -16,10 +18,6 @@ import '../../dart_types.dart' show
DartType,
TypeVariableType,
InterfaceType;
-import '../../diagnostics/diagnostic_listener.dart' show
- DiagnosticReporter;
-import '../../diagnostics/spannable.dart' show
- CURRENT_ELEMENT_SPANNABLE;
import '../../enqueue.dart' show
CodegenEnqueuer;
import '../../elements/elements.dart';
« 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