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

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

Issue 223553008: Only pass an AssetId to isPrimary and declareOutputs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fix script_compactor Created 6 years, 8 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: smoke 1 name: smoke
2 version: 0.1.0-pre.3.dev 2 version: 0.1.0-pre.3.dev
3 author: Polymer.dart Authors <web-ui-dev@dartlang.org> 3 author: Polymer.dart Authors <web-ui-dev@dartlang.org>
4 homepage: "https://api.dartlang.org/apidocs/channels/be/#smoke" 4 homepage: "https://api.dartlang.org/apidocs/channels/be/#smoke"
5 description: > 5 description: >
6 A restricted reflective system that uses mirrors at development time, but that 6 A restricted reflective system that uses mirrors at development time, but that
7 can be replaced with non-reflective calls using code generation. See README.md 7 can be replaced with non-reflective calls using code generation. See README.md
8 for mode details. 8 for mode details.
9 dependencies: 9 dependencies:
10 barback: ">=0.9.0 <0.13.0" 10 barback: ">=0.9.0 <0.14.0"
11 logging: ">=0.9.0 <0.10.0" 11 logging: ">=0.9.0 <0.10.0"
12 # TODO(sigmund): once we have some easier way to do global app-level 12 # TODO(sigmund): once we have some easier way to do global app-level
13 # transformers, we might want to remove this transformer here and only apply it 13 # transformers, we might want to remove this transformer here and only apply it
14 # in apps that need it. 14 # in apps that need it.
15 transformers: 15 transformers:
16 - smoke/src/default_transformer: 16 - smoke/src/default_transformer:
17 $include: lib/src/implementation.dart 17 $include: lib/src/implementation.dart
18 dev_dependencies: 18 dev_dependencies:
19 unittest: ">=0.10.0 <0.11.0" 19 unittest: ">=0.10.0 <0.11.0"
20 path: ">=1.0.0 <2.0.0" 20 path: ">=1.0.0 <2.0.0"
21 environment: 21 environment:
22 sdk: ">=1.3.0-dev.7.9 <2.0.0" 22 sdk: ">=1.3.0-dev.7.9 <2.0.0"
OLDNEW
« no previous file with comments | « pkg/smoke/lib/src/default_transformer.dart ('k') | samples/third_party/dromaeo/lib/transformer.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698