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

Unified Diff: pkg/compiler/lib/src/resolved_visitor.dart

Issue 1286993004: Split resolution into several libraries. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: 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/resolved_visitor.dart
diff --git a/pkg/compiler/lib/src/resolved_visitor.dart b/pkg/compiler/lib/src/resolved_visitor.dart
index 7c93c3a6c851c6dd40427834dc54c1aadfa21d4f..075d72854b2f4c1a14282cde6e1680cd37e8cd3b 100644
--- a/pkg/compiler/lib/src/resolved_visitor.dart
+++ b/pkg/compiler/lib/src/resolved_visitor.dart
@@ -22,13 +22,15 @@ import 'elements/elements.dart' show
PrefixElement,
TypeVariableElement;
import 'resolution/operators.dart' as op;
-import 'resolution/resolution.dart' show
- TreeElements;
import 'resolution/semantic_visitor.dart';
+import 'resolution/send_resolver.dart' show
+ SendResolverMixin;
import 'resolution/send_structure.dart' show
NewStructure,
SemanticSendStructure,
SendStructure;
+import 'resolution/tree_elements.dart' show
+ TreeElements;
import 'tree/tree.dart';
import 'universe/universe.dart' show
CallStructure,

Powered by Google App Engine
This is Rietveld 408576698