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

Side by Side Diff: third_party/libpng/pngusr.dfa

Issue 2033063003: Check libpng directly into third_party/ (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: public.bzl Created 4 years, 6 months 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
OLDNEW
(Empty)
1 # pngusr.dfa
2 #
3 # Build time configuration of libpng
4 #
5 # Enter build configuration options in this file
6 #
7 # Security settings: by default these limits are unset, you can change them
8 # here by entering the appropriate values as #defines preceded by '@' (to cause,
9 # them to be passed through to the build of pnglibconf.h), for example:
10 #
11 # @# define PNG_USER_WIDTH_MAX 65535
12 # @# define PNG_USER_HEIGHT_MAX 65535
13 # @# define PNG_USER_CHUNK_CACHE_MAX 256
14 # @# define PNG_USER_CHUNK_MALLOC_MAX 640000
OLDNEW
« public.bzl ('K') | « third_party/libpng/pngtrans.c ('k') | third_party/libpng/pngwio.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698