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

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

Issue 1348063002: Make the universe parts into small libraries. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: 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/compiler.dart
diff --git a/pkg/compiler/lib/src/compiler.dart b/pkg/compiler/lib/src/compiler.dart
index 747dc384155f431317e44ebd8ef62a5211924c10..f025a4190dce61e6a882e26a61cfa67be0abc4a2 100644
--- a/pkg/compiler/lib/src/compiler.dart
+++ b/pkg/compiler/lib/src/compiler.dart
@@ -128,9 +128,11 @@ import 'tree/tree.dart' show
import 'typechecker.dart' show
TypeCheckerTask;
import 'types/types.dart' as ti;
+import 'universe/call_structure.dart' show
+ CallStructure;
+import 'universe/selector.dart' show
+ Selector;
import 'universe/universe.dart' show
- CallStructure,
- Selector,
Universe;
import 'util/util.dart' show
Link,
« no previous file with comments | « pkg/compiler/lib/src/compile_time_constants.dart ('k') | pkg/compiler/lib/src/constants/constant_constructors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698