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

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

Issue 1315483006: Split scannerlib.dart into several libraries. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Update try tests 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/diff.dart ('k') | site/try/poi/poi.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dart2js_incremental/lib/library_updater.dart
diff --git a/pkg/dart2js_incremental/lib/library_updater.dart b/pkg/dart2js_incremental/lib/library_updater.dart
index 6120e379206cbab71cb8c3431ca2c4aa42a74bf5..ed3a6df8d281f959f521eb9def042b0261002ae5 100644
--- a/pkg/dart2js_incremental/lib/library_updater.dart
+++ b/pkg/dart2js_incremental/lib/library_updater.dart
@@ -27,16 +27,24 @@ import 'package:compiler/src/elements/elements.dart' show
import 'package:compiler/src/enqueue.dart' show
EnqueueTask;
-import 'package:compiler/src/scanner/scannerlib.dart' show
- EOF_TOKEN,
+import 'package:compiler/src/scanner/class_element_parser.dart' show
+ PartialClassElement;
+
+import 'package:compiler/src/scanner/listener.dart' show
Listener,
NodeListener,
- Parser,
- PartialClassElement,
PartialElement,
PartialFieldList,
- PartialFunctionElement,
- Scanner,
+ PartialFunctionElement;
+
+import 'package:compiler/src/scanner/parser.dart' show
+ Parser;
+
+import 'package:compiler/src/scanner/scanner.dart' show
+ Scanner;
+
+import 'package:compiler/src/scanner/token.dart' show
+ EOF_TOKEN,
Token;
import 'package:compiler/src/script.dart' show
« no previous file with comments | « pkg/dart2js_incremental/lib/diff.dart ('k') | site/try/poi/poi.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698