6121faba73
also enables custom element tests on all supported platforms R=sigmund@google.com Review URL: https://codereview.chromium.org//21109007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@25637 260f80e4-7a28-3924-810f-c04153c831b5
15 lines
450 B
YAML
15 lines
450 B
YAML
name: custom_element
|
|
author: "Web UI Team <web-ui-dev@dartlang.org>"
|
|
homepage: http://www.dartlang.org/
|
|
description: >
|
|
Custom Elements let authors define their own elements. Authors associate code
|
|
with custom tag names, and then use those custom tag names as they would any
|
|
standard tag.
|
|
dependencies:
|
|
meta: any
|
|
mutation_observer: any
|
|
# TODO(jmesserly): fix this, we should not depend on MDV.
|
|
mdv: any
|
|
dev_dependencies:
|
|
unittest: any
|