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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/smoke/lib/static.dart ('k') | pkg/smoke/test/args_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/smoke/pubspec.yaml
diff --git a/pkg/smoke/pubspec.yaml b/pkg/smoke/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..700c6c723e4cfbe744cb2f14f00344fe8006e1b2
--- /dev/null
+++ b/pkg/smoke/pubspec.yaml
@@ -0,0 +1,15 @@
+name: smoke
+version: 0.1.0-dev
+author: Polymer.dart Authors <web-ui-dev@dartlang.org>
+description: >
+ A restricted reflective system that uses mirrors at development time, but that
+ can be replaced with non-reflective calls using code generation. See README.md
+ for mode details.
+dependencies:
+ barback: ">=0.9.0 <0.12.0"
+ logging: ">=0.9.0 <0.10.0"
+transformers: [smoke/src/default_transformer]
+dev_dependencies:
+ unittest: ">=0.9.0 <0.10.0"
+environment:
+ sdk: ">=1.1.0-dev.5.0 <2.0.0"
« 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