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

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

Issue 1284673003: Move dart2jslib parts into separate libraries. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Fix try. 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/dart2js_incremental/lib/library_updater.dart ('k') | tests/compiler/dart2js/analyze_dart2js_test.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 e86bfc59343c8ed0360b7a7482c3a55e3b0d2725..5140b448fcf86e1a8b82b12c74f9b3475a450f1f 100644
--- a/site/try/poi/poi.dart
+++ b/site/try/poi/poi.dart
@@ -29,7 +29,6 @@ import 'package:compiler/compiler.dart' as api;
import 'package:compiler/src/dart2jslib.dart' show
Compiler,
CompilerTask,
- Enqueuer,
QueueFilter,
WorkItem;
@@ -51,6 +50,9 @@ import 'package:compiler/src/elements/modelx.dart' as modelx;
import 'package:compiler/src/elements/modelx.dart' show
DeclarationSite;
+import 'package:compiler/src/enqueue.dart' show
+ Enqueuer;
+
import 'package:compiler/src/dart_types.dart' show
DartType;
« no previous file with comments | « pkg/dart2js_incremental/lib/library_updater.dart ('k') | tests/compiler/dart2js/analyze_dart2js_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698