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

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

Issue 10834110: Remove some superfluous license files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « third_party/libxslt/COPYING ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: libxslt 1 Name: libxslt
2 URL: http://xmlsoft.org/XSLT 2 URL: http://xmlsoft.org/XSLT
3 Version: 1.1.26 3 Version: 1.1.26
4 Security Critical: yes 4 Security Critical: yes
5 License: MIT 5 License: MIT
6 License File: Copyright
6 7
7 Description: 8 Description:
8 This directory contains a partial snapshot of the libxslt library 9 This directory contains a partial snapshot of the libxslt library
9 with the following modification: 10 with the following modification:
10 11
11 1) Modified win32/configure.js to be able to clobber a read-only Makefile 12 1) Modified win32/configure.js to be able to clobber a read-only Makefile
12 This consists of: 13 This consists of:
13 replace --- 14 replace ---
14 fso.CopyFile(makefile, ".\\Makefile", true); 15 fso.CopyFile(makefile, ".\\Makefile", true);
15 with --- 16 with ---
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 headers. 58 headers.
58 - On Linux, 'cd linux && sh ../configure --with-libxml-src=../../libxml/linux/' 59 - On Linux, 'cd linux && sh ../configure --with-libxml-src=../../libxml/linux/'
59 to re-generate configuration headers. 60 to re-generate configuration headers.
60 - On Mac, 'cd mac && sh ../configure --with-libxml-src=../../libxml/mac/' 61 - On Mac, 'cd mac && sh ../configure --with-libxml-src=../../libxml/mac/'
61 to re-generate configuration headers. 62 to re-generate configuration headers.
62 - Perform the modification above. 63 - Perform the modification above.
63 - Update this README to reflect the new version number. 64 - Update this README to reflect the new version number.
64 - When creating your CL, make sure to "svn add" any new source files, but 65 - When creating your CL, make sure to "svn add" any new source files, but
65 don't ever add in the files not needed for the Chromium build. (e.g. 66 don't ever add in the files not needed for the Chromium build. (e.g.
66 Changelog, configure, etc) -- these are just bloat. 67 Changelog, configure, etc) -- these are just bloat.
OLDNEW
« no previous file with comments | « third_party/libxslt/COPYING ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698