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

Unified Diff: pkg/compiler/lib/src/deferred_load.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/dart_types.dart ('k') | pkg/compiler/lib/src/diagnostic_listener.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/deferred_load.dart
diff --git a/pkg/compiler/lib/src/deferred_load.dart b/pkg/compiler/lib/src/deferred_load.dart
index 6b808763652fb57ceb6cf503071b1f419d4c20de..5c165b0e2225b2f35e6ccec4ae550d80fb744cbb 100644
--- a/pkg/compiler/lib/src/deferred_load.dart
+++ b/pkg/compiler/lib/src/deferred_load.dart
@@ -4,16 +4,17 @@
library deferred_load;
+import 'common/backend_api.dart' show
+ Backend;
+import 'common/tasks.dart' show
+ CompilerTask;
+import 'compiler.dart' show
+ Compiler;
import 'constants/values.dart' show
ConstantValue,
ConstructedConstantValue,
DeferredConstantValue,
StringConstantValue;
-import 'dart2jslib.dart' show
- Backend,
- Compiler,
- CompilerTask,
- invariant;
import 'dart_types.dart';
import 'elements/elements.dart' show
AccessorElement,
@@ -31,7 +32,8 @@ import 'elements/elements.dart' show
VoidElement;
import 'js_backend/js_backend.dart' show
JavaScriptBackend;
-import 'messages.dart' show MessageKind;
+import 'messages.dart' show
+ MessageKind;
import 'resolution/resolution.dart' show
AnalyzableElementX,
TreeElements;
« no previous file with comments | « pkg/compiler/lib/src/dart_types.dart ('k') | pkg/compiler/lib/src/diagnostic_listener.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698