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

Unified Diff: pkg/logging/pubspec.yaml

Issue 70073003: Combine unmodifiable_collection package into collection_helpers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Remove references from other packages. Created 7 years, 1 month 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/logging/lib/logging.dart ('k') | pkg/unmodifiable_collection/lib/unmodifiable_collection.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/logging/pubspec.yaml
diff --git a/pkg/logging/pubspec.yaml b/pkg/logging/pubspec.yaml
index 78935236ab038a21d863b9aebff0c70c08e459c3..d298608e4b7663ae72408fac68cb645744491485 100644
--- a/pkg/logging/pubspec.yaml
+++ b/pkg/logging/pubspec.yaml
@@ -5,7 +5,7 @@ description: Provides APIs for debugging and error logging. This library introdu
homepage: http://www.dartlang.org
documentation: http://api.dartlang.org/docs/pkg/logging
dependencies:
- unmodifiable_collection: ">=0.9.0 <0.10.0"
+ collection_helpers: ">=0.9.0 <0.10.0"
dev_dependencies:
unittest: ">=0.9.0 <0.10.0"
environment:
« no previous file with comments | « pkg/logging/lib/logging.dart ('k') | pkg/unmodifiable_collection/lib/unmodifiable_collection.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698