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

Side by Side Diff: pkg/polymer/pubspec.yaml

Issue 23364003: Remove environment section in pubspec.yaml (this I believe is appended (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 name: polymer 1 name: polymer
2 author: Web UI Authors <web-ui-dev@dartlang.org> 2 author: Web UI Authors <web-ui-dev@dartlang.org>
3 description: > 3 description: >
4 Polymer.dart is a new type of library for the web, built on top of Web 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 5 Components, and designed to leverage the evolving web platform on modern
6 browsers. 6 browsers.
7 homepage: https://www.dartlang.org 7 homepage: https://www.dartlang.org
8 environment:
9 sdk: any
10 dependencies: 8 dependencies:
11 analyzer_experimental: any 9 analyzer_experimental: any
12 args: any 10 args: any
13 barback: any 11 barback: any
14 browser: any 12 browser: any
15 csslib: any 13 csslib: any
16 custom_element: any 14 custom_element: any
17 html_import: any 15 html_import: any
18 html5lib: any 16 html5lib: any
19 js: any 17 js: any
20 logging: any 18 logging: any
21 mdv: any 19 mdv: any
22 observe: any 20 observe: any
23 path: any 21 path: any
24 polymer_expressions: any 22 polymer_expressions: any
25 shadow_dom: any 23 shadow_dom: any
26 source_maps: any 24 source_maps: any
27 # TODO(jmesserly): make this a dev_dependency 25 # TODO(jmesserly): make this a dev_dependency
28 unittest: any 26 unittest: any
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698