diff options
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 0e67ef2d35..5fb0225fce 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -332,6 +332,7 @@ 'third_party/third_party.gyp:fx_lcms2', 'third_party/third_party.gyp:fx_libjpeg', 'third_party/third_party.gyp:fx_libopenjpeg', + 'third_party/third_party.gyp:fx_zlib', ], 'ldflags': [ '-L<(PRODUCT_DIR)',], 'sources': [ @@ -406,21 +407,6 @@ 'core/src/fxcodec/fx_tiff/src/fx_tif_write.c', 'core/src/fxcodec/fx_tiff/src/fx_tif_zip.c', 'core/src/fxcodec/fx_zlib/include/fx_zlib.h', - 'core/src/fxcodec/fx_zlib/src/fx_zlib_adler32.c', - 'core/src/fxcodec/fx_zlib/src/fx_zlib_compress.c', - 'core/src/fxcodec/fx_zlib/src/fx_zlib_crc32.c', - 'core/src/fxcodec/fx_zlib/src/fx_zlib_deflate.c', - 'core/src/fxcodec/fx_zlib/src/fx_zlib_gzclose.c', - 'core/src/fxcodec/fx_zlib/src/fx_zlib_gzlib.c', - 'core/src/fxcodec/fx_zlib/src/fx_zlib_gzread.c', - 'core/src/fxcodec/fx_zlib/src/fx_zlib_gzwrite.c', - 'core/src/fxcodec/fx_zlib/src/fx_zlib_infback.c', - 'core/src/fxcodec/fx_zlib/src/fx_zlib_inffast.c', - 'core/src/fxcodec/fx_zlib/src/fx_zlib_inflate.c', - 'core/src/fxcodec/fx_zlib/src/fx_zlib_inftrees.c', - 'core/src/fxcodec/fx_zlib/src/fx_zlib_trees.c', - 'core/src/fxcodec/fx_zlib/src/fx_zlib_uncompr.c', - 'core/src/fxcodec/fx_zlib/src/fx_zlib_zutil.c', 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.h', 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp', 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.h', |