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

Unified Diff: pkg/polymer/pubspec.yaml

Issue 23224003: move polymer.dart into dart svn (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: add --deploy to todomvc sample Created 7 years, 4 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
« no previous file with comments | « pkg/polymer/lib/testing/testing.js ('k') | pkg/polymer/test/compiler_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/polymer/pubspec.yaml
diff --git a/pkg/polymer/pubspec.yaml b/pkg/polymer/pubspec.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..759c0649b3e58b77829d92d5ce0b46f0a6d9331f
--- /dev/null
+++ b/pkg/polymer/pubspec.yaml
@@ -0,0 +1,28 @@
+name: polymer
+author: Web UI Authors <web-ui-dev@dartlang.org>
+description: >
+ Polymer.dart is a new type of library for the web, built on top of Web
+ Components, and designed to leverage the evolving web platform on modern
+ browsers.
+homepage: https://www.dartlang.org
+environment:
+ sdk: any
+dependencies:
+ analyzer_experimental: any
+ args: any
+ barback: any
+ browser: any
+ csslib: any
+ custom_element: any
+ html_import: any
+ html5lib: any
+ js: any
+ logging: any
+ mdv: any
+ observe: any
+ path: any
+ polymer_expressions: any
+ shadow_dom: any
+ source_maps: any
+ # TODO(jmesserly): make this a dev_dependency
+ unittest: any
« no previous file with comments | « pkg/polymer/lib/testing/testing.js ('k') | pkg/polymer/test/compiler_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698