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

Unified Diff: packages/web_components/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 side-by-side diff with in-line comments
Download patch
Index: packages/web_components/pubspec.yaml
diff --git a/packages/web_components/pubspec.yaml b/packages/web_components/pubspec.yaml
index 145ea88f44194b2b472c9a03258a33450f4820f8..c33321397f0214e83e72ddddcb31e2795f8390fd 100644
--- a/packages/web_components/pubspec.yaml
+++ b/packages/web_components/pubspec.yaml
@@ -1,7 +1,7 @@
name: web_components
-version: 0.11.4+2
+version: 0.12.3
author: Polymer.dart Authors <web-ui-dev@dartlang.org>
-homepage: https://www.dartlang.org/polymer-dart/
+homepage: https://github.com/dart-lang/web-components/
description: >
Polyfills for Shadow DOM, Custom Elements, and HTML Imports.
Custom Elements let authors define their own elements. Authors associate code
@@ -10,14 +10,15 @@ description: >
elements, by hiding DOM subtrees under shadow roots. HTML Imports let authors
bundle code and HTML as if they were libraries.
dependencies:
- analyzer: '>=0.22.4 <0.26.0'
+ analyzer: '^0.27.0'
barback: '>=0.14.2 <0.16.0'
- code_transformers: '^0.2.7'
+ code_transformers: '>=0.3.0 <0.5.0'
html: '^0.12.0'
initialize: '^0.6.0'
path: '^1.3.0'
dev_dependencies:
- unittest: '^0.11.0'
+ test: '^0.12.0'
+ transformer_test: '^0.2.0'
browser: '^0.10.0'
transformers:
- web_components/build/mirrors_remover:
@@ -29,6 +30,8 @@ transformers:
- test/custom_element_proxy_test.html
- test/html_import_annotation_test.html
- test/init_web_components_test.html
+- test/pub_serve:
+ $include: test/**_test{.*,}.dart
environment:
sdk: ">=1.9.0-dev.7.1 <2.0.0"

Powered by Google App Engine
This is Rietveld 408576698