You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
771 B
29 lines
771 B
cc_library_static { |
|
name: "libpdfiumzlib", |
|
defaults: ["pdfium-defaults"], |
|
|
|
cflags: [ |
|
// Mask some warnings. These are benign, but we probably want to fix them |
|
// upstream at some point. |
|
"-Wno-shift-negative-value", |
|
"-Wno-unused-parameter", |
|
], |
|
|
|
srcs: [ |
|
"zlib_v128/adler32.c", |
|
"zlib_v128/compress.c", |
|
"zlib_v128/crc32.c", |
|
"zlib_v128/deflate.c", |
|
"zlib_v128/gzclose.c", |
|
"zlib_v128/gzlib.c", |
|
"zlib_v128/gzread.c", |
|
"zlib_v128/gzwrite.c", |
|
"zlib_v128/infback.c", |
|
"zlib_v128/inffast.c", |
|
"zlib_v128/inflate.c", |
|
"zlib_v128/inftrees.c", |
|
"zlib_v128/trees.c", |
|
"zlib_v128/uncompr.c", |
|
"zlib_v128/zutil.c", |
|
], |
|
}
|
|
|