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

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

Issue 19501: Rename README.google to README.chromium. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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 | Annotate | Revision Log
« no previous file with comments | « third_party/libxml/README.google ('k') | third_party/libxslt/README.google » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:mergeinfo
Merged /branches/chrome_webkit_merge_branch/third_party/libxslt/README.google:r69-2775
OLDNEW
1 This directory contains a partial snapshot of the libxslt library from 1 This directory contains a partial snapshot of the libxslt library from
2 http://xmlsoft.org/XSLT, with the following modification: 2 http://xmlsoft.org/XSLT, with the following modification:
3 * Modified win32/configure.js to be able to clobber a read-only Makefile 3 * Modified win32/configure.js to be able to clobber a read-only Makefile
4 * Modified libxslt/security.c to use GetFileAttributesA instead of GetFileAttrib utes. 4 * Modified libxslt/security.c to use GetFileAttributesA instead of GetFileAttrib utes.
5 * Modified configure to not generate Makefiles. 5 * Modified configure to not generate Makefiles.
6 6
7 Current version: 1.1.24 7 Current version: 1.1.24
8 8
9 To import a new snapshot of libxslt: 9 To import a new snapshot of libxslt:
10 10
11 - Visit http://xmlsoft.org/XSLT/downloads.html and download the latest source 11 - Visit http://xmlsoft.org/XSLT/downloads.html and download the latest source
12 distribution. 12 distribution.
13 - Copy the files into this directory, omitting files which have been omitted 13 - Copy the files into this directory, omitting files which have been omitted
14 here. 14 here.
15 - Run build/generate-win32-headers.bat to re-generate the configuration 15 - Run build/generate-win32-headers.bat to re-generate the configuration
16 headers. 16 headers.
17 - 'cd linux && sh ../configure --with-libxml-src=../../libxml/linux/' to 17 - 'cd linux && sh ../configure --with-libxml-src=../../libxml/linux/' to
18 re-generate configuration headers. 18 re-generate configuration headers.
19 - Perform the modification above. 19 - Perform the modification above.
20 - Update this README to reflect the new version number. 20 - Update this README to reflect the new version number.
OLDNEW
« no previous file with comments | « third_party/libxml/README.google ('k') | third_party/libxslt/README.google » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698