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

Side by Side Diff: pkg/serialization/pubspec.yaml

Issue 12604023: Add test and fix for 9203, fix sdk dep, delete unused file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 name: serialization 1 name: serialization
2 author: "Dart Team <misc@dartlang.org>" 2 author: "Dart Team <misc@dartlang.org>"
3 homepage: http://www.dartlang.org 3 homepage: http://www.dartlang.org
4 documentation: http://api.dartlang.org/docs/pkg/serialization 4 documentation: http://api.dartlang.org/docs/pkg/serialization
5 description: > 5 description: >
6 Provide a serialization facility for Dart objects. 6 Provide a serialization facility for Dart objects.
7 dependencies: 7 dependencies:
8 unittest: 8 unittest: any
Jennifer Messerly 2013/03/21 00:32:38 this could be a dev_dependency?
Alan Knight 2013/03/21 20:39:25 Done in the meantime by someone else and merged.
9 sdk: unittest
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698