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

Unified Diff: site/try/poi/poi.dart

Issue 694353007: 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 | « site/try/poi/Makefile ('k') | site/try/src/compiler_isolate.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/try/poi/poi.dart
diff --git a/site/try/poi/poi.dart b/site/try/poi/poi.dart
index cdc400c5bbb7c40a3c27463451c9d7e84a2473ef..21b1078704f77f9509df2c7872a9035cc4226392 100644
--- a/site/try/poi/poi.dart
+++ b/site/try/poi/poi.dart
@@ -19,22 +19,22 @@ import 'package:dart2js_incremental/dart2js_incremental.dart' show
import 'package:dart2js_incremental/library_updater.dart' show
LibraryUpdater;
-import 'package:compiler/implementation/source_file_provider.dart' show
+import 'package:compiler/src/source_file_provider.dart' show
FormattingDiagnosticHandler;
import 'package:compiler/compiler.dart' as api;
-import 'package:compiler/implementation/dart2jslib.dart' show
+import 'package:compiler/src/dart2jslib.dart' show
Compiler,
CompilerTask,
Enqueuer,
QueueFilter,
WorkItem;
-import 'package:compiler/implementation/elements/visitor.dart' show
+import 'package:compiler/src/elements/visitor.dart' show
ElementVisitor;
-import 'package:compiler/implementation/elements/elements.dart' show
+import 'package:compiler/src/elements/elements.dart' show
AbstractFieldElement,
ClassElement,
CompilationUnitElement,
@@ -44,15 +44,15 @@ import 'package:compiler/implementation/elements/elements.dart' show
LibraryElement,
ScopeContainerElement;
-import 'package:compiler/implementation/elements/modelx.dart' as modelx;
+import 'package:compiler/src/elements/modelx.dart' as modelx;
-import 'package:compiler/implementation/elements/modelx.dart' show
+import 'package:compiler/src/elements/modelx.dart' show
DeclarationSite;
-import 'package:compiler/implementation/dart_types.dart' show
+import 'package:compiler/src/dart_types.dart' show
DartType;
-import 'package:compiler/implementation/scanner/scannerlib.dart' show
+import 'package:compiler/src/scanner/scannerlib.dart' show
EOF_TOKEN,
IDENTIFIER_TOKEN,
KEYWORD_TOKEN,
@@ -60,7 +60,7 @@ import 'package:compiler/implementation/scanner/scannerlib.dart' show
PartialElement,
Token;
-import 'package:compiler/implementation/js/js.dart' show
+import 'package:compiler/src/js/js.dart' show
js;
/// Enabled by the option --enable-dart-mind. Controls if this program should
« no previous file with comments | « site/try/poi/Makefile ('k') | site/try/src/compiler_isolate.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698