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

Unified Diff: pkg/compiler/lib/src/world.dart

Issue 1284593003: Remove dart2jslib.dart (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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/util/util.dart ('k') | pkg/dart2js_incremental/lib/library_updater.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 20d0fd2f46d87b7841c4d846fec31fe3d62e6175..e8c9b13752317ee0917a6c77a074448056030764 100644
--- a/pkg/compiler/lib/src/world.dart
+++ b/pkg/compiler/lib/src/world.dart
@@ -6,12 +6,18 @@ library dart2js.world;
import 'closure.dart' show
SynthesizedCallMethodElementX;
-import 'dart2jslib.dart' show
+import 'common/backend_api.dart' show
+ Backend;
+import 'common/registry.dart' show
+ Registry;
+import 'compiler.dart' show
invariant,
Backend,
Compiler,
Registry;
import 'dart_types.dart';
+import 'diagnostics/invariant.dart' show
+ invariant;
import 'elements/elements.dart' show
ClassElement,
Element,
« no previous file with comments | « pkg/compiler/lib/src/util/util.dart ('k') | pkg/dart2js_incremental/lib/library_updater.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698