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

Unified Diff: pkg/polymer_expressions/pubspec.yaml

Issue 141703024: Refactor of PolymerExpressions. Adds "as" expressions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review comments 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
Index: pkg/polymer_expressions/pubspec.yaml
diff --git a/pkg/polymer_expressions/pubspec.yaml b/pkg/polymer_expressions/pubspec.yaml
index 83ab912840ff659bf56820a778ec09a91bb83f12..f1a6d08d58d24b38a74eba9248271ad6fafd90d4 100644
--- a/pkg/polymer_expressions/pubspec.yaml
+++ b/pkg/polymer_expressions/pubspec.yaml
@@ -10,5 +10,12 @@ dependencies:
dev_dependencies:
unittest: ">=0.10.0 <0.11.0"
benchmark_harness: ">=1.0.0 <2.0.0"
+ mutation_observer: ">=0.9.0 <2.0.0"
Jennifer Messerly 2014/03/17 23:10:08 fyi -- you shouldn't need mutation_observe anymore
justinfagnani 2014/04/24 00:26:13 Done.
+ polymer: ">=0.9.0 <2.0.0"
environment:
sdk: ">=1.2.0 <2.0.0"
+dependency_overrides:
+ observe:
+ path: /Users/justinfagnani/Documents/Projects/dart2-repo/dart/pkg/observe/
Jennifer Messerly 2014/03/17 23:10:08 remove?
justinfagnani 2014/04/24 00:26:13 Done.
+ template_binding:
+ path: /Users/justinfagnani/Documents/Projects/dart2-repo/dart/pkg/template_binding/

Powered by Google App Engine
This is Rietveld 408576698