• Home
  • History
  • Annotate
  • only in /external/skia/third_party/libpng/
NameDateSize

..07-Jan-20164 KiB

LICENSE07-Jan-20166.8 KiB

pnglibconf.h07-Jan-20167.2 KiB

pngprefix.h07-Jan-201622.4 KiB

README.google07-Jan-2016923

README.google

1URL: http://www.libpng.org/pub/png/libpng.html
2Version: 1.6.16
3License: libpng license
4License File: LICENSE, pulled out of png.h
5Description: png compression/decompression library
6Local Modifications: (1) Created pnglibconf.h from pnglibconf.h.prebuilt (a
7    rename with a few additional settings enabled). (2) Created pngprefix.h
8    that is required when using the PNG_PREFIX define. (3) Pulled LICENSE into
9    its own file.
10
11FAQ:
12Q: Why does this directory exist?
13A: libpng is pulled in through DEPS, but in order to build it using ninja, we
14   need to create pnglibconf.h and pngprefix.h.  We originally tried creating
15   the file as an action in https://codereview.chromium.org/930283002/, but this
16   apparently led to a race condition on Windows, where some builds failed to
17   create the file in time for other files to include it. By checking these
18   files directly into Skia, we eliminate the race condition.
19