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

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

Issue 911353002: Run third_party/polymer/reproduce.sh to pick up vuicanize changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update required vulcanize version in README.chromium Created 5 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
« no previous file with comments | « no previous file | third_party/polymer/components-chromium/core-a11y-keys/core-a11y-keys.html » ('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.5.2-4 4 Version: 0.5.2-4
5 Revision: (See components/<component>/.bower.json) 5 Revision: (See components/<component>/.bower.json)
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 22 matching lines...) Expand all
33 33
34 Local Modifications: 34 Local Modifications:
35 - Removed executable bit from the files in 'components/core-list'. 35 - Removed executable bit from the files in 'components/core-list'.
36 - Created a copy 'components-chromium' of the 'components' directory with the 36 - Created a copy 'components-chromium' of the 'components' directory with the
37 only difference that all inline JavaScript blocks are extracted from Polymer 37 only difference that all inline JavaScript blocks are extracted from Polymer
38 HTML elements to external JS files. This version of the Polymer is used in a web 38 HTML elements to external JS files. This version of the Polymer is used in a web
39 UI, where CSP forbids an execution of inline scripts. The extraction was made 39 UI, where CSP forbids an execution of inline scripts. The extraction was made
40 with the help of the Vulcanize tool (https://github.com/Polymer/vulcanize). 40 with the help of the Vulcanize tool (https://github.com/Polymer/vulcanize).
41 41
42 To restore a content of the 'components', 'components-chromium' directorires 42 To restore a content of the 'components', 'components-chromium' directorires
43 from scratch, run ./reproduce.sh (requires bower and vulcanize >= 0.7.1). 43 from scratch, run ./reproduce.sh (requires bower and vulcanize >= 0.7.2).
44 44
45 Note on Bower: 45 Note on Bower:
46 The directory can be updated by running "bower update". A new component can be 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 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 48 add the .bower.json file to the repository as it includes the revision
49 information of the polymer component. 49 information of the polymer component.
50 Also be sure that you listed all the added packages and **all their 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 51 dependencies** in bower.json, and specified **exact** versions of every package
52 explicitly. That is needed because Bower can't handle recursive dependencies 52 explicitly. That is needed because Bower can't handle recursive dependencies
53 correctly (see http://stackoverflow.com/q/25899532). 53 correctly (see http://stackoverflow.com/q/25899532).
OLDNEW
« no previous file with comments | « no previous file | third_party/polymer/components-chromium/core-a11y-keys/core-a11y-keys.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698