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

Unified Diff: pkg/compiler/lib/src/world.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
« no previous file with comments | « pkg/compiler/lib/src/universe/universe.dart ('k') | pkg/dart2js_incremental/lib/library_updater.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/world.dart
diff --git a/pkg/compiler/lib/src/world.dart b/pkg/compiler/lib/src/world.dart
index 6cfa45f9700bf74ff7d9ffbc36b8351f07834fe1..68dbaf20702c9ef14143f02b34342690e19e1040 100644
--- a/pkg/compiler/lib/src/world.dart
+++ b/pkg/compiler/lib/src/world.dart
@@ -27,11 +27,13 @@ import 'elements/elements.dart' show
VariableElement;
import 'ordered_typeset.dart';
import 'types/types.dart' as ti;
-import 'universe/universe.dart' show
- FunctionSet,
- Selector,
- SideEffects;
import 'universe/class_set.dart';
+import 'universe/function_set.dart' show
+ FunctionSet;
+import 'universe/selector.dart' show
+ Selector;
+import 'universe/side_effects.dart' show
+ SideEffects;
import 'util/util.dart' show
Link;
« no previous file with comments | « pkg/compiler/lib/src/universe/universe.dart ('k') | pkg/dart2js_incremental/lib/library_updater.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698