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

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

Issue 582873003: Polymer elements added to third_party/polymer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reproduce.sh changes directory before doing things. 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
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 <component>/.bower.json) 5 Revision: (See components/<component>/.bower.json)
6 License: BSD 6 License: BSD
7 License File: LICENSE 7 License File: LICENSE.polymer
8 Security Critical: no
9
10 Name: Web Animations JS
Lei Zhang 2014/09/23 21:41:51 This doesn't work. If you remove out/foo/gen/about
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
8 Security Critical: no 17 Security Critical: no
9 18
10 Description: 19 Description:
11 This directory contains a copy of the following components which are a part of 20 This directory contains a copy of the following components which are a part of
12 the Polymer project: 21 the Polymer project:
13 -polymer 22 -polymer
14 -platform 23 -platform
15 24 -all core elements and their dependencies
16 The directory can be updated by running "bower update". A now component can be 25 -all paper elements and their dependencies
17 installed by running "bower install Polymer/<component>". Be sure to add the 26 See bower.json for a full list of components.
18 .bower.json file to the repository as it includes the revision information of
19 the polymer component.
20 27
21 The version can be found in header of polymer/polymer.js. The license can 28 The version can be found in header of polymer/polymer.js. The license can
22 be found in polymer/LICENSE. 29 be found in polymer/LICENSE.
23 30
24 The source git repositories can be found at: 31 The source git repositories can be found at:
25 https://github.com/Polymer/<component> 32 https://github.com/Polymer/<component>
26 33
27 Polymer is comprised of two efforts: 34 Polymer is comprised of two efforts:
28 1. A set of core platform features (Shadow DOM, Custom Elements, MDV). 35 1. A set of core platform features (Shadow DOM, Custom Elements, MDV).
29 Initially, these core features will be enabled with a set of polyfills. As 36 Initially, these core features will be enabled with a set of polyfills. As
30 browsers begin to implement these new primitives, the polyfill platform layer 37 browsers begin to implement these new primitives, the polyfill platform layer
31 becomes smaller and better over time. 38 becomes smaller and better over time.
32 2. A next-generation web application framework built upon these core 39 2. A next-generation web application framework built upon these core
33 technologies called the Polymer. 40 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 Local Modifications:
46 - All the files, except for web-animations.js, README.md and COPYING, were
47 removed from the web-animations-js copy.
48 - Removed executable bit from the files in 'components/core-list'.
49
50 To restore a content of the 'components' directory from scratch, run the
51 ./reproduce.sh script (requires bower).
52
53 Note on Bower:
54 The directory can be updated by running "bower update". A new component can be
55 installed by running "bower install -S Polymer/<component>#version". Be sure to
56 add the .bower.json file to the repository as it includes the revision
57 information of the polymer component.
58 Also be sure that you listed all the added packages and **all their
59 dependencies** in bower.json, and specified **exact** versions of every package
60 explicitly. That is needed because Bower can't handle recursive dependencies
61 correctly (see http://stackoverflow.com/q/25899532).
62
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698