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

Unified Diff: pkg/compiler/lib/src/native/native.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
Index: pkg/compiler/lib/src/native/native.dart
diff --git a/pkg/compiler/lib/src/native/native.dart b/pkg/compiler/lib/src/native/native.dart
index e5623c22b620dc0c47885f2345647c66ce9dd260..9e05d5c6d4f3bdb78260e7409077b7ac0dcaab96 100644
--- a/pkg/compiler/lib/src/native/native.dart
+++ b/pkg/compiler/lib/src/native/native.dart
@@ -32,18 +32,18 @@ import '../js_backend/js_backend.dart';
import '../js_emitter/js_emitter.dart' show
CodeEmitterTask,
NativeEmitter;
-import '../resolution/members.dart' show
- ResolverVisitor;
-import '../scanner/listener.dart' show
+import '../parser/listener.dart' show
ElementListener,
Listener,
PartialMetadataAnnotation;
-import '../scanner/token.dart' show
+import '../resolution/members.dart' show
+ ResolverVisitor;
+import '../ssa/ssa.dart';
+import '../tokens/token.dart' show
BeginGroupToken,
EOF_TOKEN,
STRING_TOKEN,
Token;
-import '../ssa/ssa.dart';
import '../tree/tree.dart';
import '../universe/universe.dart' show SideEffects;
import '../util/util.dart';
« no previous file with comments | « pkg/compiler/lib/src/mirrors/dart2js_mirrors.dart ('k') | pkg/compiler/lib/src/parser/class_element_parser.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698