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

Side by Side Diff: pubspec.yaml

Issue 63173006: Add test for protocol buffer hash code (Closed) Base URL: https://github.com/dart-lang/dart-protoc-plugin.git@master
Patch Set: Addressed review comments 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 unified diff | Download patch
« no previous file with comments | « no previous file | test/all_tests.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: protoc-plugin 1 name: protoc-plugin
2 version: 0.2.0 2 version: 0.2.0
3 authors: 3 authors:
4 - Dart Team <misc@dartlang.org> 4 - Dart Team <misc@dartlang.org>
5 description: Protoc compile to generate Dart code 5 description: Protoc compile to generate Dart code
6 homepage: https://github.com/dart-lang/protoc-plugin 6 homepage: https://github.com/dart-lang/protoc-plugin
7 environment: 7 environment:
8 sdk: '>=0.7.5' 8 sdk: '>=0.7.5'
9 dependencies: 9 dependencies:
10 protobuf: '>=0.2.0+2' 10 protobuf: '>=0.3.1'
11 dev_dependencies: 11 dev_dependencies:
12 unittest: any 12 unittest: any
OLDNEW
« no previous file with comments | « no previous file | test/all_tests.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698