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

Unified Diff: pkg/compiler/lib/src/universe/call_structure.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/types/types.dart ('k') | pkg/compiler/lib/src/universe/selector.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/universe/call_structure.dart
diff --git a/pkg/compiler/lib/src/universe/call_structure.dart b/pkg/compiler/lib/src/universe/call_structure.dart
index d37d2c984be9e0d2943c709490e70c0f921cebe6..461950fdeafd3ae3524827b4d937aad6f2dc07a3 100644
--- a/pkg/compiler/lib/src/universe/call_structure.dart
+++ b/pkg/compiler/lib/src/universe/call_structure.dart
@@ -4,26 +4,14 @@
library dart2js.call_structure;
-import 'dart:collection';
-
+import '../common.dart';
import '../common/names.dart' show
Identifiers,
Names,
Selectors;
-import '../compiler.dart' show
- Compiler;
-import '../diagnostics/invariant.dart' show
- invariant;
-import '../diagnostics/spannable.dart' show
- SpannableAssertionFailure;
import '../elements/elements.dart';
-import '../dart_types.dart';
import '../tree/tree.dart';
-import '../types/types.dart';
import '../util/util.dart';
-import '../world.dart' show
- ClassWorld,
- World;
import 'selector.dart' show
Selector;
« no previous file with comments | « pkg/compiler/lib/src/types/types.dart ('k') | pkg/compiler/lib/src/universe/selector.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698