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

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

Issue 1313073007: Move parser and token related libraries into their own subfolder. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Fix unittests and 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/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 ed3a6df8d281f959f521eb9def042b0261002ae5..cefd37c9bc74937d3d743527b0368767a60e78a8 100644
--- a/pkg/dart2js_incremental/lib/library_updater.dart
+++ b/pkg/dart2js_incremental/lib/library_updater.dart
@@ -27,23 +27,23 @@ import 'package:compiler/src/elements/elements.dart' show
import 'package:compiler/src/enqueue.dart' show
EnqueueTask;
-import 'package:compiler/src/scanner/class_element_parser.dart' show
+import 'package:compiler/src/parser/class_element_parser.dart' show
PartialClassElement;
-import 'package:compiler/src/scanner/listener.dart' show
+import 'package:compiler/src/parser/listener.dart' show
Listener,
NodeListener,
PartialElement,
PartialFieldList,
PartialFunctionElement;
-import 'package:compiler/src/scanner/parser.dart' show
+import 'package:compiler/src/parser/parser.dart' show
Parser;
import 'package:compiler/src/scanner/scanner.dart' show
Scanner;
-import 'package:compiler/src/scanner/token.dart' show
+import 'package:compiler/src/tokens/token.dart' show
EOF_TOKEN,
Token;
« 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