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

Unified Diff: samples/third_party/todomvc_performance/pubspec.yaml

Issue 204733004: Added TodoMVC startup benchmarks. (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
Index: samples/third_party/todomvc_performance/pubspec.yaml
diff --git a/samples/third_party/todomvc/pubspec.yaml b/samples/third_party/todomvc_performance/pubspec.yaml
similarity index 60%
copy from samples/third_party/todomvc/pubspec.yaml
copy to samples/third_party/todomvc_performance/pubspec.yaml
index f53a3df01068c581899663a1c783aa9456e8753a..c5df2e5e39e81e1e34df74accbc0ec53e393e65e 100644
--- a/samples/third_party/todomvc/pubspec.yaml
+++ b/samples/third_party/todomvc_performance/pubspec.yaml
@@ -3,9 +3,12 @@ description: TodoMVC built with the polymer.dart package
version: 0.15.0
dependencies:
polymer: ">=0.10.0-pre.1 <0.11.0"
+ browser_controller: #">=0.00.1-dev <0.0.3"
Jennifer Messerly 2014/03/28 19:51:07 did you mean to change this back before checkin?
+ path: ../../../../../github/browser_controller
transformers:
- polymer:
- entry_points: web/index.html
+ entry_points: web/startup-performance.html
+ minify: true
dev_dependencies:
unittest: ">=0.10.0 <0.11.0"
environment:

Powered by Google App Engine
This is Rietveld 408576698