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

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

Issue 169913004: Adding package:smoke. This CL includes the intial APIs, a mirror-based (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 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
« no previous file with comments | « pkg/smoke/lib/static.dart ('k') | pkg/smoke/test/args_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 name: smoke
2 version: 0.1.0-dev
3 author: Polymer.dart Authors <web-ui-dev@dartlang.org>
4 description: >
5 A restricted reflective system that uses mirrors at development time, but that
6 can be replaced with non-reflective calls using code generation. See README.md
7 for mode details.
8 dependencies:
9 barback: ">=0.9.0 <0.12.0"
10 logging: ">=0.9.0 <0.10.0"
11 transformers: [smoke/src/default_transformer]
12 dev_dependencies:
13 unittest: ">=0.9.0 <0.10.0"
14 environment:
15 sdk: ">=1.1.0-dev.5.0 <2.0.0"
OLDNEW
« no previous file with comments | « pkg/smoke/lib/static.dart ('k') | pkg/smoke/test/args_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698