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

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

Issue 1702833002: Polymer: make reproduce.sh check for tools it depends on (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: +rsync Created 4 years, 10 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.2.3 4 Version: 1.2.3
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:
(...skipping 18 matching lines...) Expand all
29 - Applied modifications that can be found in v1_0/chromium.patch. 29 - Applied modifications that can be found in v1_0/chromium.patch.
30 - All inline JavaScript blocks are extracted from Polymer HTML elements to 30 - All inline JavaScript blocks are extracted from Polymer HTML elements to
31 external JS files. This version of the Polymer is used in a web UI, where CSP 31 external JS files. This version of the Polymer is used in a web UI, where CSP
32 forbids an execution of inline scripts. The extraction was made with the help of 32 forbids an execution of inline scripts. The extraction was made with the help of
33 the Crisper tool (https://github.com/PolymerLabs/crisper). 33 the Crisper tool (https://github.com/PolymerLabs/crisper).
34 - Removed executable bit from some files. 34 - Removed executable bit from some files.
35 - Resolved encoding issues. 35 - Resolved encoding issues.
36 - Replaced CRLF line endings with LF line endings in text files. 36 - Replaced CRLF line endings with LF line endings in text files.
37 37
38 To restore a content of the 'components-chromium' directory from scratch, run 38 To restore a content of the 'components-chromium' directory from scratch, run
39 ./v1_0/reproduce.sh (requires bower and crisper) on a Linux machine. 39 ./v1_0/reproduce.sh on a Linux machine.
40 40
41 Note on Bower: 41 Note on Bower:
42 The directory can be updated by running "bower update". A new component can be 42 The directory can be updated by running "bower update". A new component can be
43 installed by running "bower install -S PolymerElements/<component>#version". 43 installed by running "bower install -S PolymerElements/<component>#version".
44 Be sure to add the .bower.json file to the repository as it includes the 44 Be sure to add the .bower.json file to the repository as it includes the
45 revision information of the polymer component. 45 revision information of the polymer component.
46 Also be sure that you listed all the added packages in bower.json. 46 Also be sure that you listed all the added packages in bower.json.
OLDNEW
« no previous file with comments | « no previous file | third_party/polymer/v1_0/reproduce.sh » ('j') | third_party/polymer/v1_0/reproduce.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698