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

Unified Diff: pkg/dart2js_incremental/lib/dart2js_incremental.dart

Issue 693183006: Revert "Move dart2js from sdk/lib/_internal/compiler to pkg/compiler" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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_unsupported/tool/create_library.py ('k') | pkg/dart2js_incremental/lib/diff.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dart2js_incremental/lib/dart2js_incremental.dart
diff --git a/pkg/dart2js_incremental/lib/dart2js_incremental.dart b/pkg/dart2js_incremental/lib/dart2js_incremental.dart
index 9f60832f22dbc55d191c0a2b8247127cca29860d..b450c22dd90eecc8a74a8513314723de698f51ae 100644
--- a/pkg/dart2js_incremental/lib/dart2js_incremental.dart
+++ b/pkg/dart2js_incremental/lib/dart2js_incremental.dart
@@ -10,7 +10,7 @@ import 'dart:async' show
import 'dart:profiler' show
UserTag;
-import 'package:compiler/src/apiimpl.dart' show
+import 'package:compiler/implementation/apiimpl.dart' show
Compiler;
import 'package:compiler/compiler.dart' show
@@ -19,13 +19,13 @@ import 'package:compiler/compiler.dart' show
Diagnostic,
DiagnosticHandler;
-import 'package:compiler/src/dart2jslib.dart' show
+import 'package:compiler/implementation/dart2jslib.dart' show
NullSink;
-import 'package:compiler/src/js_backend/js_backend.dart' show
+import 'package:compiler/implementation/js_backend/js_backend.dart' show
JavaScriptBackend;
-import 'package:compiler/src/elements/elements.dart' show
+import 'package:compiler/implementation/elements/elements.dart' show
LibraryElement;
import 'library_updater.dart' show
« no previous file with comments | « pkg/compiler_unsupported/tool/create_library.py ('k') | pkg/dart2js_incremental/lib/diff.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698