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

Unified Diff: pkg/compiler/lib/src/mirror_renamer/mirror_renamer.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, 3 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
Index: pkg/compiler/lib/src/mirror_renamer/mirror_renamer.dart
diff --git a/pkg/compiler/lib/src/mirror_renamer/mirror_renamer.dart b/pkg/compiler/lib/src/mirror_renamer/mirror_renamer.dart
index 8c5a8ca3129848fcacf47149cd2b2f819c544406..d157b7435671be90c7297cadcc042ad9d69adbfe 100644
--- a/pkg/compiler/lib/src/mirror_renamer/mirror_renamer.dart
+++ b/pkg/compiler/lib/src/mirror_renamer/mirror_renamer.dart
@@ -4,12 +4,15 @@
library mirror_renamer;
-import '../compiler.dart' show Compiler;
-import '../tree/tree.dart';
-import '../scanner/token.dart' show Token;
+import '../compiler.dart' show
+ Compiler;
+import '../dart_backend/dart_backend.dart' show
+ DartBackend,
+ PlaceholderCollector;
import '../elements/elements.dart';
-import '../dart_backend/dart_backend.dart' show DartBackend,
- PlaceholderCollector;
+import '../tokens/token.dart' show
+ Token;
+import '../tree/tree.dart';
part 'renamer.dart';
« no previous file with comments | « pkg/compiler/lib/src/io/start_end_information.dart ('k') | pkg/compiler/lib/src/mirrors/dart2js_mirrors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698