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

Unified Diff: pkg/compiler/lib/src/enqueue.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
« no previous file with comments | « pkg/compiler/lib/src/elements/modelx.dart ('k') | pkg/compiler/lib/src/helpers/helpers.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/enqueue.dart
diff --git a/pkg/compiler/lib/src/enqueue.dart b/pkg/compiler/lib/src/enqueue.dart
index 212218df4d94697e8b4708ccfcdcd1752f06d0d5..a15f0918ae83a2198b31b5ff3ecbd1d1b2a6fe6f 100644
--- a/pkg/compiler/lib/src/enqueue.dart
+++ b/pkg/compiler/lib/src/enqueue.dart
@@ -7,6 +7,7 @@ library dart2js.enqueue;
import 'dart:collection' show
Queue;
+import 'common.dart';
import 'common/names.dart' show
Identifiers;
import 'common/resolution.dart' show
@@ -27,12 +28,6 @@ import 'compiler.dart' show
import 'dart_types.dart' show
DartType,
InterfaceType;
-import 'diagnostics/diagnostic_listener.dart' show
- DiagnosticReporter;
-import 'diagnostics/invariant.dart' show
- invariant;
-import 'diagnostics/spannable.dart' show
- SpannableAssertionFailure;
import 'elements/elements.dart' show
AnalyzableElement,
AstElement,
@@ -51,10 +46,6 @@ import 'elements/elements.dart' show
TypedefElement;
import 'js/js.dart' as js;
import 'native/native.dart' as native;
-import 'resolution/members.dart' show
- ResolverVisitor;
-import 'tree/tree.dart' show
- Send;
import 'types/types.dart' show
TypeMaskStrategy;
import 'universe/selector.dart' show
« no previous file with comments | « pkg/compiler/lib/src/elements/modelx.dart ('k') | pkg/compiler/lib/src/helpers/helpers.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698