skia2/third_party
Leon Scroggins III 9e8a594905 Support pngs with incorrect CMF bytes
Bug: chromium:807324

Though these pngs are technically incorrect, many such PNGs exist, and
they are supported in Chromium. Ensure that users of SkCodec (e.g.
Android, Flutter) display them as well.

Change-Id: I2f1e573b4b7039cea81f96397cc0aa4cbc9461c3
Reviewed-on: https://skia-review.googlesource.com/111082
Commit-Queue: Leon Scroggins <scroggo@google.com>
Reviewed-by: Derek Sollenberger <djsollen@google.com>
2018-02-28 21:46:03 +00:00
..
angle2 Fix Angle autoroller by adding missing platform specific files. 2018-02-21 22:18:07 +00:00
cpu-features
dng_sdk
expat
freetype/include/freetype-android
freetype2
gif Remove unused field/methods 2018-01-25 01:04:13 +00:00
googletest
harfbuzz
icu Build ICU on iOS 2018-02-12 15:51:01 +00:00
imgui
jsoncpp
libjpeg-turbo
libmicrohttpd
libpng Support pngs with incorrect CMF bytes 2018-02-28 21:46:03 +00:00
libsdl
libwebp Roll libwebp to 0.6.1 2018-02-14 19:00:27 +00:00
lua avoid using tmpnam() in Lua 2018-02-01 22:39:59 +00:00
native_app_glue
piex
sfntly
skcms add basic skia -> skcms dependency 2018-01-26 02:07:37 +00:00
spirv-headers
spirv-tools
vulkan/vulkan
zlib
BUILD.gn
README
third_party.gni Revert -isystem related CLs. 2018-02-26 15:33:17 +00:00

The third_party directory contains a set of dependencies from outside sources
that are needed to build various components and tools within Skia.  

Some of these dependencies reside within the Skia repo, while others are pulled 
from other repositories and placed in the third_party/externals directory
during build. These external dependencies are defined in a DEPS file.

Products in third_party are subject to their own respective license terms.  The
license for each project should be included in the source itself via a license
header or file.  If the source itself does not include a license header or file,
create a README that refers to reliable documentation of the project's license
terms on the web.