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

Unified Diff: pkg/compiler/lib/src/common/backend_api.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/common/backend_api.dart
diff --git a/pkg/compiler/lib/src/common/backend_api.dart b/pkg/compiler/lib/src/common/backend_api.dart
index f0c0b02ab11ab57f43976b72d446f8f842f4e543..63b112e22c1c262a8afa981c1d3750eed2f80a6a 100644
--- a/pkg/compiler/lib/src/common/backend_api.dart
+++ b/pkg/compiler/lib/src/common/backend_api.dart
@@ -46,7 +46,7 @@ import '../native/native.dart' as native show
NativeEnqueuer;
import '../patch_parser.dart' show
checkNativeAnnotation;
-import '../resolution/resolution.dart' show
+import '../resolution/tree_elements.dart' show
TreeElements;
import 'codegen.dart' show

Powered by Google App Engine
This is Rietveld 408576698