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

Unified Diff: pkg/compiler/lib/src/world.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/universe/universe.dart ('k') | tests/compiler/dart2js/js_backend_cps_ir.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/world.dart
diff --git a/pkg/compiler/lib/src/world.dart b/pkg/compiler/lib/src/world.dart
index 46cc830f7dbb8f1504bc4c70b7e130b7d01d8479..6def323503301ab892825300e165b80e4d427528 100644
--- a/pkg/compiler/lib/src/world.dart
+++ b/pkg/compiler/lib/src/world.dart
@@ -6,17 +6,12 @@ library dart2js.world;
import 'closure.dart' show
SynthesizedCallMethodElementX;
+import 'common.dart';
import 'common/backend_api.dart' show
Backend;
-import 'common/registry.dart' show
- Registry;
import 'compiler.dart' show
Compiler;
import 'dart_types.dart';
-import 'diagnostics/diagnostic_listener.dart' show
- DiagnosticReporter;
-import 'diagnostics/invariant.dart' show
- invariant;
import 'elements/elements.dart' show
ClassElement,
Element,
« no previous file with comments | « pkg/compiler/lib/src/universe/universe.dart ('k') | tests/compiler/dart2js/js_backend_cps_ir.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698