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

Unified Diff: pkg/compiler/lib/src/native/native.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/mirrors_used.dart ('k') | pkg/compiler/lib/src/ordered_typeset.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/native/native.dart
diff --git a/pkg/compiler/lib/src/native/native.dart b/pkg/compiler/lib/src/native/native.dart
index c6bd3f1590f877e75511f3b3d8731a27163f2d6a..994ff3729245ea67c30b1d22115727f01de71724 100644
--- a/pkg/compiler/lib/src/native/native.dart
+++ b/pkg/compiler/lib/src/native/native.dart
@@ -6,6 +6,7 @@ library native;
import 'dart:collection' show Queue;
+import '../common.dart';
import '../common/backend_api.dart' show
ForeignResolver;
import '../common/registry.dart' show
@@ -19,13 +20,6 @@ import '../constants/values.dart';
import '../core_types.dart' show
CoreTypes;
import '../dart_types.dart';
-import '../diagnostics/diagnostic_listener.dart' show
- DiagnosticReporter;
-import '../diagnostics/messages.dart' show
- MessageKind;
-import '../diagnostics/spannable.dart' show
- NO_LOCATION_SPANNABLE,
- Spannable;
import '../enqueue.dart' show
Enqueuer,
ResolutionEnqueuer;
@@ -44,8 +38,6 @@ import '../parser/listener.dart' show
Listener;
import '../parser/element_listener.dart' show
ElementListener;
-import '../parser/partial_elements.dart' show
- PartialMetadataAnnotation;
import '../ssa/ssa.dart';
import '../tokens/token.dart' show
BeginGroupToken,
« no previous file with comments | « pkg/compiler/lib/src/mirrors_used.dart ('k') | pkg/compiler/lib/src/ordered_typeset.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698