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

Side by Side Diff: packages/polymer/pubspec.yaml

Issue 2312183003: Removed Polymer from Observatory deps (Closed)
Patch Set: Created 4 years, 3 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 unified diff | Download patch
« no previous file with comments | « packages/polymer/lib/transformer.dart ('k') | packages/polymer/test/attr_deserialize_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
(Empty)
1 name: polymer
2 version: 0.16.3+3
3 author: Polymer.dart Authors <web-ui-dev@dartlang.org>
4 description: >
5 Polymer.dart is a new type of library for the web, built on top of Web
6 Components, and designed to leverage the evolving web platform on modern
7 browsers.
8 homepage: https://www.dartlang.org/polymer-dart/
9 dependencies:
10 analyzer: '>=0.15.6 <0.26.0'
11 args: '>=0.11.0 <0.14.0'
12 barback: '>=0.14.2 <0.16.0'
13 browser: '>=0.10.0 <0.11.0'
14 code_transformers: '>=0.2.7 <0.3.0'
15 html: '>=0.12.0 <0.13.0'
16 initialize: '>=0.5.1+3 <0.7.0'
17 logging: '>=0.9.2 <0.12.0'
18 path: '>=0.9.0 <2.0.0'
19 polymer_expressions: '>=0.12.0 <0.14.0'
20 polymer_interop: '>=0.1.0+2 <0.2.0'
21 smoke: '>=0.2.0 <0.4.0'
22 source_maps: '>=0.9.4 <0.11.0'
23 source_span: '>=1.0.0 <2.0.0'
24 template_binding: '>=0.12.0 <0.15.0'
25 web_components: '>=0.11.3 <0.12.0'
26 yaml: '>=0.9.0 <3.0.0'
27
28 # Because polymer exports observe, it needs to keep its version constraint
29 # tight to ensure that a constraint on polymer properly constraints all
30 # features it provides.
31 observe: '>=0.13.1 <0.13.2'
32 dev_dependencies:
33 unittest: '>=0.10.0 <0.12.0'
34 markdown: '>=0.7.0 <0.8.0'
35 transformers:
36 - code_transformers/src/delete_file:
37 $include:
38 - lib/src/build/log_injector.css
39 - observe:
40 files: lib/src/instance.dart
41 $include: lib/src/instance.dart
42
43 - polymer:
44 entry_points:
45 - test/attr_deserialize_test.html
46 - test/attr_mustache_test.html
47 - test/auto_binding_test.html
48 - test/bind_mdv_test.html
49 - test/bind_properties_test.html
50 - test/bind_test.html
51 - test/computed_properties_test.html
52 - test/custom_event_test.html
53 - test/entered_view_test.html
54 - test/event_binding_release_handler_test.html
55 - test/event_controller_test.html
56 - test/event_handlers_test.html
57 - test/event_path_declarative_test.html
58 - test/event_path_test.html
59 - test/events_test.html
60 - test/force_ready_test.html
61 - test/import_test.html
62 - test/inject_bound_html_test.html
63 - test/instance_attrs_test.html
64 - test/js_custom_event_test.html
65 - test/js_interop_test.html
66 - test/layout_test.html
67 - test/nested_binding_test.html
68 - test/noscript_test.html
69 - test/prop_attr_bind_reflection_test.html
70 - test/prop_attr_reflection_test.html
71 - test/property_change_test.html
72 - test/property_observe_test.html
73 - test/publish_attributes_test.html
74 - test/publish_inherited_properties_test.html
75 - test/register_test.html
76 - test/sort_registration_test.html
77 - test/take_attributes_test.html
78 - test/template_attr_template_test.html
79 - test/template_distribute_dynamic_test.html
80 - test/two_way_bind_test.html
81 - test/unbind_test.html
82 - test/web_components_less_test.html
83 - test/when_polymer_ready_test.html
84
85 environment:
86 sdk: '>=1.4.0 <2.0.0'
OLDNEW
« no previous file with comments | « packages/polymer/lib/transformer.dart ('k') | packages/polymer/test/attr_deserialize_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698