From 6f93de501d591a6c2980d38a1ff0a6b5e434b80a Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Fri, 19 Jun 2015 12:57:10 -0700 Subject: Merge to XFA: Move zlib to third_party/ (cherry picked from commit 959eb05140a8f5af7724a2da4cf5d04e2e50f4a6) Original Review URL: https://codereview.chromium.org/1197693003. TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1197863002. --- third_party/third_party.gyp | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'third_party/third_party.gyp') diff --git a/third_party/third_party.gyp b/third_party/third_party.gyp index 240d65bca4..ff657719f6 100644 --- a/third_party/third_party.gyp +++ b/third_party/third_party.gyp @@ -233,6 +233,27 @@ 'libopenjpeg20/tgt.c', ], }, + { + 'target_name': 'fx_zlib', + 'type': 'static_library', + 'sources': [ + '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', + ], + }, { 'target_name': 'pdfium_base', 'type': 'none', -- cgit v1.2.3