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

Side by Side Diff: third_party/libpng/README.chromium

Issue 1509773004: CL for perf tryjob on android Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « third_party/libpng/README ('k') | third_party/libpng/arm/arm_init.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: libpng 1 Name: libpng
2 URL: http://libpng.org/ 2 URL: http://libpng.org/
3 Version: 1.2.54 3 Version: 1.6.19
4 Security Critical: yes 4 Security Critical: yes
5 License: libpng license 5 License: libpng license
6 License Android Compatible: yes 6 License Android Compatible: yes
7 7
8 Description: 8 Description:
9 Our custom configuration options are defined in pngusr.h. This was previously 9 The custom configuration options are defined in pnglibconf.h. The unnecessary
10 called mozpngconf.h, which was copied from Mozilla and modified by Apple (hence 10 files from upstream libpng (all non-source code files or testing files)
11 the wk_* names). 11 have been deleted.
12 12
13 Updated to 1.2.54, no changes to the source files but all unneeded files 13 PNG_READ_PACK_SUPPORTED must be defined on Android, as required by freetype
14 stripped. 14 to support color glyphs.
15
16 - Unset PNG_NO_READ_PACK on Android in pngusr.h, required by freetype to support
17 color glyphs.
OLDNEW
« no previous file with comments | « third_party/libpng/README ('k') | third_party/libpng/arm/arm_init.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698