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

Unified Diff: pkg/compiler_util/lib/src/link_implementation.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 | « pkg/compiler_util/lib/link.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler_util/lib/src/link_implementation.dart
diff --git a/pkg/compiler_util/lib/src/link_implementation.dart b/pkg/compiler_util/lib/src/link_implementation.dart
index 186bfffd2106a8d14e138dfab87269315b3d64a6..40027712adb6d70a2d78c6dea8c1bea10deb290c 100644
--- a/pkg/compiler_util/lib/src/link_implementation.dart
+++ b/pkg/compiler_util/lib/src/link_implementation.dart
@@ -2,7 +2,14 @@
// 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 util_implementation;
+library compiler_util.link_implementation;
+
+import 'dart:collection' show
+ IterableBase;
+
+import '../link.dart' show
+ Link,
+ LinkBuilder;
class LinkIterator<T> implements Iterator<T> {
T _current;
« no previous file with comments | « pkg/compiler_util/lib/link.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698