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

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

Issue 10821103: Make 'License' field in third-party metadata required (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased 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/libxml/README.chromium ('k') | third_party/lzma_sdk/README.chromium » ('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: 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 6
6 Description: 7 Description:
7 This directory contains a partial snapshot of the libxslt library 8 This directory contains a partial snapshot of the libxslt library
8 with the following modification: 9 with the following modification:
9 10
10 1) Modified win32/configure.js to be able to clobber a read-only Makefile 11 1) Modified win32/configure.js to be able to clobber a read-only Makefile
11 This consists of: 12 This consists of:
12 replace --- 13 replace ---
13 fso.CopyFile(makefile, ".\\Makefile", true); 14 fso.CopyFile(makefile, ".\\Makefile", true);
14 with --- 15 with ---
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 headers. 57 headers.
57 - On Linux, 'cd linux && sh ../configure --with-libxml-src=../../libxml/linux/' 58 - On Linux, 'cd linux && sh ../configure --with-libxml-src=../../libxml/linux/'
58 to re-generate configuration headers. 59 to re-generate configuration headers.
59 - On Mac, 'cd mac && sh ../configure --with-libxml-src=../../libxml/mac/' 60 - On Mac, 'cd mac && sh ../configure --with-libxml-src=../../libxml/mac/'
60 to re-generate configuration headers. 61 to re-generate configuration headers.
61 - Perform the modification above. 62 - Perform the modification above.
62 - Update this README to reflect the new version number. 63 - Update this README to reflect the new version number.
63 - When creating your CL, make sure to "svn add" any new source files, but 64 - When creating your CL, make sure to "svn add" any new source files, but
64 don't ever add in the files not needed for the Chromium build. (e.g. 65 don't ever add in the files not needed for the Chromium build. (e.g.
65 Changelog, configure, etc) -- these are just bloat. 66 Changelog, configure, etc) -- these are just bloat.
OLDNEW
« no previous file with comments | « third_party/libxml/README.chromium ('k') | third_party/lzma_sdk/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698