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

Unified Diff: pkg/smoke/pubspec.yaml

Issue 211393006: Enables codegen support in polymer (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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/polymer/test/prop_attr_reflection_test.dart ('k') | pkg/template_binding/CHANGELOG.md » ('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
index c8dcaef3c0b796a1c6e6e8501c19fda908b045a5..2b17a6f6536d96e6547c63871fdb47ec3bb57e1d 100644
--- a/pkg/smoke/pubspec.yaml
+++ b/pkg/smoke/pubspec.yaml
@@ -9,14 +9,12 @@ description: >
dependencies:
barback: ">=0.9.0 <0.13.0"
logging: ">=0.9.0 <0.10.0"
-# TODO(sigmund): uncomment this once we have some easier way to do global
-# app-level transformers or a way to enable this selectively from the
-# application package.
-#transformers:
-#- smoke/src/default_transformer:
-# # TODO(sigmund): include this once this feature is available in the stable
-# # channel, or when we really need some other feature in the dev channel.
-# $include: lib/src/implementation.dart
+# TODO(sigmund): once we have some easier way to do global app-level
+# transformers, we might want to remove this transformer here and only apply it
+# in apps that need it.
+transformers:
+- smoke/src/default_transformer:
+ $include: lib/src/implementation.dart
dev_dependencies:
unittest: ">=0.10.0 <0.11.0"
path: ">=1.0.0 <2.0.0"
« no previous file with comments | « pkg/polymer/test/prop_attr_reflection_test.dart ('k') | pkg/template_binding/CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698