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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « pkg/polymer/lib/testing/testing.js ('k') | pkg/polymer/test/compiler_test.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: polymer
2 author: Web UI Authors <web-ui-dev@dartlang.org>
3 description: >
4 Polymer.dart is a new type of library for the web, built on top of Web
5 Components, and designed to leverage the evolving web platform on modern
6 browsers.
7 homepage: https://www.dartlang.org
8 environment:
9 sdk: any
10 dependencies:
11 analyzer_experimental: any
12 args: any
13 barback: any
14 browser: any
15 csslib: any
16 custom_element: any
17 html_import: any
18 html5lib: any
19 js: any
20 logging: any
21 mdv: any
22 observe: any
23 path: any
24 polymer_expressions: any
25 shadow_dom: any
26 source_maps: any
27 # TODO(jmesserly): make this a dev_dependency
28 unittest: any
OLDNEW
« 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