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

Unified Diff: pkg/codegen/pubspec.yaml

Issue 22396004: Make observable transform a barback transform. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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/codegen/pubspec.yaml
diff --git a/pkg/codegen/pubspec.yaml b/pkg/codegen/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..756b7634b77a03a53b96e2923872a485c98f79c5
--- /dev/null
+++ b/pkg/codegen/pubspec.yaml
@@ -0,0 +1,10 @@
+name: codegen
+author: Web UI Team <web-ui-dev@dartlang.org>
+description: >
+ Package collecting common data structures used for code generation and code
+ transformations, such as code printers and in-place edits of source files.
+homepage: http://www.dartlang.org/
+dependencies:
+ source_span: any
+dev_dependencies:
+ unittest: any

Powered by Google App Engine
This is Rietveld 408576698