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

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

Issue 2860753005: Make elements/names.dart its own library (Closed)
Patch Set: Created 3 years, 7 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/typechecker.dart ('k') | pkg/compiler/lib/src/use_unused_api.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/universe/selector.dart
diff --git a/pkg/compiler/lib/src/universe/selector.dart b/pkg/compiler/lib/src/universe/selector.dart
index 00ebc0ba2874389a865909f47f786a26223f1eda..2bc426950debc213b15a71f2540c261443e9407a 100644
--- a/pkg/compiler/lib/src/universe/selector.dart
+++ b/pkg/compiler/lib/src/universe/selector.dart
@@ -6,9 +6,9 @@ library dart2js.selector;
import '../common.dart';
import '../common/names.dart' show Names;
-import '../elements/elements.dart'
- show Element, Elements, FunctionSignature, Name, PublicName;
+import '../elements/elements.dart' show Element, Elements, FunctionSignature;
import '../elements/entities.dart';
+import '../elements/names.dart';
import '../util/util.dart' show Hashing;
import 'call_structure.dart' show CallStructure;
« no previous file with comments | « pkg/compiler/lib/src/typechecker.dart ('k') | pkg/compiler/lib/src/use_unused_api.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698