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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
Index: third_party/crashpad/crashpad/third_party/zlib/README.crashpad
diff --git a/third_party/crashpad/crashpad/third_party/zlib/README.crashpad b/third_party/crashpad/crashpad/third_party/zlib/README.crashpad
new file mode 100644
index 0000000000000000000000000000000000000000..83f47e31dc8c375e16d11e78d0cd8e3108fbe173
--- /dev/null
+++ b/third_party/crashpad/crashpad/third_party/zlib/README.crashpad
@@ -0,0 +1,18 @@
+Name: zlib
+Short Name: zlib
+URL: http://zlib.net/
+Revision: See zlib/README.chromium
+License: zlib
+License File: zlib/LICENSE
+Security Critical: yes
+
+Description:
+“A massively spiffy yet delicately unobtrusive compression library.”
+
+zlib is a free, general-purpose, legally unencumbered lossless data-compression
+library. zlib implements the “deflate” compression algorithm described by RFC
+1951, which combines the LZ77 (Lempel-Ziv) algorithm with Huffman coding. zlib
+also implements the zlib (RFC 1950) and gzip (RFC 1952) wrapper formats.
+
+Local Modifications:
+See zlib/README.chromium.

Powered by Google App Engine
This is Rietveld 408576698