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

Unified Diff: pkg/smoke/pubspec.yaml

Issue 175703003: For now, do not remove the default mirror-based implementation on pub-build. (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 | « no previous file | no next file » | 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 700c6c723e4cfbe744cb2f14f00344fe8006e1b2..194a3aadb76e2397d701cdf1e2341ac9c3708b04 100644
--- a/pkg/smoke/pubspec.yaml
+++ b/pkg/smoke/pubspec.yaml
@@ -8,7 +8,10 @@ description: >
dependencies:
barback: ">=0.9.0 <0.12.0"
logging: ">=0.9.0 <0.10.0"
-transformers: [smoke/src/default_transformer]
+#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]
dev_dependencies:
unittest: ">=0.9.0 <0.10.0"
environment:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698