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

Unified Diff: pkg/compiler_util/lib/link.dart

Issue 2629543008: Changes to make compiler_util a standalone package. (Closed)
Patch Set: Created 3 years, 11 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 | « .packages ('k') | pkg/compiler_util/lib/src/link_implementation.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler_util/lib/link.dart
diff --git a/pkg/compiler_util/lib/link.dart b/pkg/compiler_util/lib/link.dart
index 58d2cb98cf09b71e3abc52de0d149b02ebbaa9cb..68baf5516731c894bf9930d39d070127984b1aa7 100644
--- a/pkg/compiler_util/lib/link.dart
+++ b/pkg/compiler_util/lib/link.dart
@@ -2,7 +2,13 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-part of dart2js.util;
+library compiler_util.link;
+
+import 'src/link_implementation.dart' show
+ LinkBuilderImplementation,
+ LinkEntry,
+ LinkIterator,
+ MappedLinkIterable;
class Link<T> implements Iterable<T> {
T get head => throw new StateError("no elements");
« no previous file with comments | « .packages ('k') | pkg/compiler_util/lib/src/link_implementation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698