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

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

Issue 2346073003: [Polymer] updating (Closed)
Patch Set: Created 4 years, 3 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: 1.4.0 4 Version: 1.5.2
5 Revision: (see v1_0/components_summary.txt) 5 Revision: (see v1_0/components_summary.txt)
6 License: BSD 6 License: BSD
7 License File: LICENSE.polymer 7 License File: LICENSE.polymer
8 Security Critical: no 8 Security Critical: no
9 9
10 Description: 10 Description:
11 This directory contains a copy of the Polymer framework and some elements from 11 This directory contains a copy of the Polymer framework and some elements from
12 the Polymer elements catalog (https://elements.polymer-project.org/). See 12 the Polymer elements catalog (https://elements.polymer-project.org/). See
13 v1_0/components_summary.txt for a full list of components. 13 v1_0/components_summary.txt for a full list of components.
14 14
(...skipping 23 matching lines...) Expand all
38 38
39 To restore a content of the 'components-chromium' directory from scratch, run 39 To restore a content of the 'components-chromium' directory from scratch, run
40 ./v1_0/reproduce.sh on a Linux machine. 40 ./v1_0/reproduce.sh on a Linux machine.
41 41
42 Note on Bower: 42 Note on Bower:
43 The directory can be updated by running "bower update". A new component can be 43 The directory can be updated by running "bower update". A new component can be
44 installed by running "bower install -S PolymerElements/<component>#version". 44 installed by running "bower install -S PolymerElements/<component>#version".
45 Be sure to add the .bower.json file to the repository as it includes the 45 Be sure to add the .bower.json file to the repository as it includes the
46 revision information of the polymer component. 46 revision information of the polymer component.
47 Also be sure that you listed all the added packages in bower.json. 47 Also be sure that you listed all the added packages in bower.json.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698