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

Side by Side Diff: pubspec.yaml

Issue 688503004: Update searchable_list test to run in package bots (Closed) Base URL: git@github.com:dart-lang/searchable-list-sample.git@master
Patch Set: Created 6 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « lib/searchable_list.html ('k') | test/demo_app_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: searchable_list 1 name: searchable_list
2 description: A Polymer sample app that shows a custom element 2 description: A Polymer sample app that shows a custom element
3 3
4 dependencies: 4 dependencies:
5 polymer: ">=0.12.0 <0.13.0" 5 polymer: ">=0.12.0 <0.13.0"
6 transformers: 6 transformers:
7 - polymer: 7 - polymer:
8 entry_points: web/index.html 8 entry_points:
9 - web/index.html
10 - test/demo_app_test.html
9 dev_dependencies: 11 dev_dependencies:
10 unittest: ">=0.9.0 <0.10.0" 12 unittest: ">=0.9.0 <0.10.0"
11 environment: 13 environment:
12 sdk: ">=0.8.10+6 <2.0.0" 14 sdk: ">=0.8.10+6 <2.0.0"
OLDNEW
« no previous file with comments | « lib/searchable_list.html ('k') | test/demo_app_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698