| Index: third_party/libpng/README.chromium
|
| diff --git a/third_party/libpng/README.chromium b/third_party/libpng/README.chromium
|
| index 2ac561575081def37287f1363f64ddae01f98a02..3a2beb0f6acd6392783c9c8964eda6ff707f49ee 100644
|
| --- a/third_party/libpng/README.chromium
|
| +++ b/third_party/libpng/README.chromium
|
| @@ -1,17 +1,14 @@
|
| Name: libpng
|
| URL: http://libpng.org/
|
| -Version: 1.2.54
|
| +Version: 1.6.19
|
| Security Critical: yes
|
| License: libpng license
|
| License Android Compatible: yes
|
|
|
| Description:
|
| -Our custom configuration options are defined in pngusr.h. This was previously
|
| -called mozpngconf.h, which was copied from Mozilla and modified by Apple (hence
|
| -the wk_* names).
|
| +The custom configuration options are defined in pnglibconf.h. The unnecessary
|
| +files from upstream libpng (all non-source code files or testing files)
|
| +have been deleted.
|
|
|
| -Updated to 1.2.54, no changes to the source files but all unneeded files
|
| -stripped.
|
| -
|
| -- Unset PNG_NO_READ_PACK on Android in pngusr.h, required by freetype to support
|
| - color glyphs.
|
| +PNG_READ_PACK_SUPPORTED must be defined on Android, as required by freetype
|
| +to support color glyphs.
|
|
|