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

Side by Side Diff: web_components/pubspec.yaml

Issue 1400473008: Roll Observatory packages and add a roll script (Closed) Base URL: git@github.com:dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years, 2 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 | « web_components/lib/webcomponents.min.js ('k') | when/lib/when.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: web_components
2 version: 0.11.4+2
3 author: Polymer.dart Authors <web-ui-dev@dartlang.org>
4 homepage: https://www.dartlang.org/polymer-dart/
5 description: >
6 Polyfills for Shadow DOM, Custom Elements, and HTML Imports.
7 Custom Elements let authors define their own elements. Authors associate code
8 with custom tag names, and then use those custom tag names as they would any
9 standard tag. Shadow DOM is designed to provide encapsulation for custom
10 elements, by hiding DOM subtrees under shadow roots. HTML Imports let authors
11 bundle code and HTML as if they were libraries.
12 dependencies:
13 analyzer: '>=0.22.4 <0.26.0'
14 barback: '>=0.14.2 <0.16.0'
15 code_transformers: '^0.2.7'
16 html: '^0.12.0'
17 initialize: '^0.6.0'
18 path: '^1.3.0'
19 dev_dependencies:
20 unittest: '^0.11.0'
21 browser: '^0.10.0'
22 transformers:
23 - web_components/build/mirrors_remover:
24 $include: 'lib/src/init.dart'
25 - web_components:
26 $include: '**/*_test.html'
27 entry_points:
28 - test/custom_element_test.html
29 - test/custom_element_proxy_test.html
30 - test/html_import_annotation_test.html
31 - test/init_web_components_test.html
32
33 environment:
34 sdk: ">=1.9.0-dev.7.1 <2.0.0"
OLDNEW
« no previous file with comments | « web_components/lib/webcomponents.min.js ('k') | when/lib/when.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698