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

Unified Diff: pkg/compiler/lib/src/use_unused_api.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/compiler/lib/src/tree/tree.dart ('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/compiler/lib/src/use_unused_api.dart
diff --git a/pkg/compiler/lib/src/use_unused_api.dart b/pkg/compiler/lib/src/use_unused_api.dart
index 3fbf537b1b3da82e5dba29f3d81a650d4ff16807..19c05fd637605c7cf8f4a1502ee0019aa7a04847 100644
--- a/pkg/compiler/lib/src/use_unused_api.dart
+++ b/pkg/compiler/lib/src/use_unused_api.dart
@@ -46,8 +46,9 @@ import 'tree/tree.dart' as tree;
import 'util/util.dart' as util;
import 'world.dart';
-import 'scanner/scannerlib.dart' show
- PartialClassElement,
+import 'scanner/class_element_parser.dart' show
+ PartialClassElement;
+import 'scanner/listener.dart' show
PartialFunctionElement;
class ElementVisitor extends elements_visitor.BaseElementVisitor {
« no previous file with comments | « pkg/compiler/lib/src/tree/tree.dart ('k') | pkg/dart2js_incremental/lib/diff.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698