shaka-packager/third_party/zlib
Rintaro Kuroiwa 1ada724850 Add libxml and its dependencies
- Copied from Chromium.
- third_party/libxml (v2.7.7)
- third_party/zlib

Change-Id: I4a79601a7d8d5fa920cb27632d92448753e6d2dc
2013-10-28 22:43:03 +00:00
..
contrib/minizip Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
google Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
LICENSE Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
OWNERS Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
README.chromium Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
adler32.c Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
compress.c Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
crc32.c Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
crc32.h Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
deflate.c Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
deflate.h Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
google.patch Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
gzclose.c Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
gzguts.h Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
gzlib.c Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
gzread.c Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
gzwrite.c Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
infback.c Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
inffast.c Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
inffast.h Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
inffixed.h Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
inflate.c Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
inflate.h Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
inftrees.c Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
inftrees.h Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
mixed-source.patch Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
mozzconf.h Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
trees.c Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
trees.h Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
uncompr.c Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
zconf.h Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
zlib.gyp Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
zlib.h Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
zutil.c Add libxml and its dependencies 2013-10-28 22:43:03 +00:00
zutil.h Add libxml and its dependencies 2013-10-28 22:43:03 +00:00

README.chromium

Name: zlib
URL: http://zlib.net/
Version: 1.2.5
Security Critical: yes
License: Custom license
License Android Compatible: yes

Description:
General purpose compression library

Local Modifications:
A few minor changes, all marked with "Google":
- Added #ifdefs to avoid compile warnings when NO_GZCOMPRESS is defined.
- Removed use of strerror for WinCE in gzio.c.
- Added 'int z_errno' global for WinCE, to which 'errno' is defined in zutil.h.
- Added 'mozzconf.h' to mangle the function names.
- Added logic in zlib.h to undef our earlier mangles when defaulting to 64 bit offset versions of API.
The 'google.patch' file represents our changes from the original zlib-1.2.5.

A more significant change to support mixed-source data compression. See
crbug.com/139744 and mixed-source.patch.