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

Side by Side Diff: third_party/polymer/README.chromium

Issue 592603004: Revert "Polymer elements added to third_party/polymer." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « third_party/polymer/PRESUBMIT.py ('k') | third_party/polymer/bower.json » ('j') | 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 Short Name: polymer 2 Short Name: polymer
3 URL: http://www.polymer-project.org 3 URL: http://www.polymer-project.org
4 Version: 0.3.5 4 Version: 0.3.5
5 Revision: (See components/<component>/.bower.json) 5 Revision: (See <component>/.bower.json)
6 License: BSD 6 License: BSD
7 License File: LICENSE.polymer 7 License File: LICENSE
8 Security Critical: no
9
10 Name: Web Animations JS
11 Short Name: web-animations-js
12 URL: https://github.com/web-animations/web-animations-js
13 Version: NA
14 Revision: (See components/web-animations-js/.bower.json)
15 License: Apache 2.0
16 License File: components/web-animations-js/COPYING
17 Security Critical: no 8 Security Critical: no
18 9
19 Description: 10 Description:
20 This directory contains a copy of the following components which are a part of 11 This directory contains a copy of the following components which are a part of
21 the Polymer project: 12 the Polymer project:
22 -polymer 13 -polymer
23 -platform 14 -platform
24 -all core elements and their dependencies 15
25 -all paper elements and their dependencies 16 The directory can be updated by running "bower update". A now component can be
26 See bower.json for a full list of components. 17 installed by running "bower install Polymer/<component>". Be sure to add the
18 .bower.json file to the repository as it includes the revision information of
19 the polymer component.
27 20
28 The version can be found in header of polymer/polymer.js. The license can 21 The version can be found in header of polymer/polymer.js. The license can
29 be found in polymer/LICENSE. 22 be found in polymer/LICENSE.
30 23
31 The source git repositories can be found at: 24 The source git repositories can be found at:
32 https://github.com/Polymer/<component> 25 https://github.com/Polymer/<component>
33 26
34 Polymer is comprised of two efforts: 27 Polymer is comprised of two efforts:
35 1. A set of core platform features (Shadow DOM, Custom Elements, MDV). 28 1. A set of core platform features (Shadow DOM, Custom Elements, MDV).
36 Initially, these core features will be enabled with a set of polyfills. As 29 Initially, these core features will be enabled with a set of polyfills. As
37 browsers begin to implement these new primitives, the polyfill platform layer 30 browsers begin to implement these new primitives, the polyfill platform layer
38 becomes smaller and better over time. 31 becomes smaller and better over time.
39 2. A next-generation web application framework built upon these core 32 2. A next-generation web application framework built upon these core
40 technologies called the Polymer. 33 technologies called the Polymer.
41
42 Also this directory contains a copy of Web Animations JS library, which is
43 used by polymer "core-animation" element.
44
45 Note on Bower:
46 The directory can be updated by running "bower update". A new component can be
47 installed by running "bower install -S Polymer/<component>#version". Be sure to
48 add the .bower.json file to the repository as it includes the revision
49 information of the polymer component.
50 Also be sure that you listed all the added packages and **all their
51 dependencies** in bower.json, and specified **exact** versions of every package
52 explicitly. That is needed because Bower can't handle recursive dependencies
53 correctly (see http://stackoverflow.com/q/25899532).
54
OLDNEW
« no previous file with comments | « third_party/polymer/PRESUBMIT.py ('k') | third_party/polymer/bower.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698