Autoroller 303f4a3127 Roll chromium_revision 372312ba2f..64b2aa35c9 (562984:563090)
Change log: 372312ba2f..64b2aa35c9
Full diff: 372312ba2f..64b2aa35c9

Roll chromium third_party 7492eba5e9..dec617523d
Change log: 7492eba5e9..dec617523d

Changed dependencies:
* src/base: 3b2962827a..214ceb8013
* src/build: c447cb6160..a429f6047e
* src/ios: fbe9f18a1b..5cbbe2cfea
* src/testing: 51411f0ada..8b1137b1a5
* src/third_party/freetype/src: 9e345c9117..d45d4b97e6
* src/tools: c81034c6c7..8c2b5be38a
DEPS diff: 372312ba2f..64b2aa35c9/DEPS

No update to Clang.

TBR=buildbot@webrtc.org,
BUG=None
CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal
NO_AUTOIMPORT_DEPS_CHECK=true

Change-Id: Iee2b2fe663a82c02d8a583ee8a9e4f3634dcdfa2
Reviewed-on: https://webrtc-review.googlesource.com/80082
Commit-Queue: WebRTC Buildbot <buildbot@webrtc.org>
Reviewed-by: WebRTC Buildbot <buildbot@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23459}
2018-05-31 01:06:24 +00:00
..

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Name: zlib
Short Name: zlib
URL: http://zlib.net/
Version: 1.2.11
Security Critical: yes
License: Custom license
License File: LICENSE
License Android Compatible: 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:
 - Only source code from the zlib distribution used to build the zlib and
   minizip libraries are present. Many other files have been omitted. Only *.c
   and *.h files from the upstream root directory and contrib/minizip were
   imported.
 - The contents of the google directory are original Chromium-specific
   additions.
 - Plus the changes in 'patches' folder.
 - Code in contrib/ other than contrib/minizip was added to match zlib's
   contributor layout.