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

Unified Diff: pkg/web_components/pubspec.yaml

Issue 819653002: delete web_components (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years 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
« no previous file with comments | « pkg/web_components/lib/webcomponents.min.js ('k') | pkg/web_components/test/interop_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/web_components/pubspec.yaml
diff --git a/pkg/web_components/pubspec.yaml b/pkg/web_components/pubspec.yaml
deleted file mode 100644
index abfc43fefe587d32a218ba7a44bdab62b76fff65..0000000000000000000000000000000000000000
--- a/pkg/web_components/pubspec.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-name: web_components
-version: 0.10.0
-author: Polymer.dart Authors <web-ui-dev@dartlang.org>
-homepage: https://www.dartlang.org/polymer-dart/
-description: >
- Polyfills for Shadow DOM, Custom Elements, and HTML Imports.
- 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. Shadow DOM is designed to provide encapsulation for custom
- elements, by hiding DOM subtrees under shadow roots. HTML Imports let authors
- bundle code and HTML as if they were libraries.
-environment:
- sdk: ">=1.4.0-dev.6.6 <2.0.0"
« no previous file with comments | « pkg/web_components/lib/webcomponents.min.js ('k') | pkg/web_components/test/interop_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698