From 959eb05140a8f5af7724a2da4cf5d04e2e50f4a6 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Fri, 19 Jun 2015 12:39:19 -0700 Subject: Move zlib to third_party/ Remove some fx_* files that simply included other files along the way. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1197693003. --- pdfium.gyp | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'pdfium.gyp') diff --git a/pdfium.gyp b/pdfium.gyp index 6d9dbf3ee4..7cfb298622 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -328,6 +328,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': [ @@ -344,21 +345,6 @@ 'core/src/fxcodec/codec/fx_codec_jpeg.cpp', 'core/src/fxcodec/codec/fx_codec_jpx_opj.cpp', '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', -- cgit v1.2.3