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

Side by Side Diff: third_party/crashpad/crashpad/third_party/zlib/README.crashpad

Issue 2710663006: Update Crashpad to 4a2043ea65e2641ef1a921801c0aaa15ada02fc7 (Closed)
Patch Set: Update Crashpad to 4a2043ea65e2 Created 3 years, 9 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
OLDNEW
(Empty)
1 Name: zlib
2 Short Name: zlib
3 URL: http://zlib.net/
4 Revision: See zlib/README.chromium
5 License: zlib
6 License File: zlib/LICENSE
7 Security Critical: yes
8
9 Description:
10 “A massively spiffy yet delicately unobtrusive compression library.”
11
12 zlib is a free, general-purpose, legally unencumbered lossless data-compression
13 library. zlib implements the “deflate” compression algorithm described by RFC
14 1951, which combines the LZ77 (Lempel-Ziv) algorithm with Huffman coding. zlib
15 also implements the zlib (RFC 1950) and gzip (RFC 1952) wrapper formats.
16
17 Local Modifications:
18 See zlib/README.chromium.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698