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

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

Issue 1834313003: Remove unneeded files from third_party/polymer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restore bower.json files. Created 4 years, 8 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 16 matching lines...) Expand all
27 27
28 Local Modifications: 28 Local Modifications:
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 - Removed files that are not needed by Chromium, see v1_0/rsync_exclude.txt.
37 38
38 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
39 ./v1_0/reproduce.sh on a Linux machine. 40 ./v1_0/reproduce.sh on a Linux machine.
40 41
41 Note on Bower: 42 Note on Bower:
42 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
43 installed by running "bower install -S PolymerElements/<component>#version". 44 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 45 Be sure to add the .bower.json file to the repository as it includes the
45 revision information of the polymer component. 46 revision information of the polymer component.
46 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