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

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
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]
Jennifer Messerly 2014/02/20 21:24:47 qq: do people need to run this outside of this pkg
Siggi Cherem (dart-lang) 2014/02/20 22:19:48 exactly, no need to run this in other packages. Th
+dev_dependencies:
+ unittest: ">=0.9.0 <0.10.0"
+environment:
+ sdk: ">=1.1.0-dev.5.0 <2.0.0"

Powered by Google App Engine
This is Rietveld 408576698