| Index: pdfium.gyp
|
| diff --git a/pdfium.gyp b/pdfium.gyp
|
| index b0ce2e47645343e9bafe9185fe0dc604e6c44a37..72d1785d66ea803ec13f5fab65a4d4fe87777ef1 100644
|
| --- a/pdfium.gyp
|
| +++ b/pdfium.gyp
|
| @@ -331,6 +331,8 @@
|
| '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_lpng',
|
| + 'third_party/third_party.gyp:fx_tiff',
|
| 'third_party/third_party.gyp:fx_zlib',
|
| ],
|
| 'ldflags': [ '-L<(PRODUCT_DIR)',],
|
| @@ -354,58 +356,6 @@
|
| 'core/src/fxcodec/codec/fx_codec_progress.cpp',
|
| 'core/src/fxcodec/codec/fx_codec_progress.h',
|
| 'core/src/fxcodec/codec/fx_codec_tiff.cpp',
|
| - 'core/src/fxcodec/fx_lpng/include/fx_png.h',
|
| - 'core/src/fxcodec/fx_lpng/src/fx_png.c',
|
| - 'core/src/fxcodec/fx_lpng/src/fx_pngerror.c',
|
| - 'core/src/fxcodec/fx_lpng/src/fx_pngget.c',
|
| - 'core/src/fxcodec/fx_lpng/src/fx_pngmem.c',
|
| - 'core/src/fxcodec/fx_lpng/src/fx_pngpread.c',
|
| - 'core/src/fxcodec/fx_lpng/src/fx_pngread.c',
|
| - 'core/src/fxcodec/fx_lpng/src/fx_pngrio.c',
|
| - 'core/src/fxcodec/fx_lpng/src/fx_pngrtran.c',
|
| - 'core/src/fxcodec/fx_lpng/src/fx_pngrutil.c',
|
| - 'core/src/fxcodec/fx_lpng/src/fx_pngset.c',
|
| - 'core/src/fxcodec/fx_lpng/src/fx_pngtrans.c',
|
| - 'core/src/fxcodec/fx_lpng/src/fx_pngwio.c',
|
| - 'core/src/fxcodec/fx_lpng/src/fx_pngwrite.c',
|
| - 'core/src/fxcodec/fx_lpng/src/fx_pngwtran.c',
|
| - 'core/src/fxcodec/fx_lpng/src/fx_pngwutil.c',
|
| - 'core/src/fxcodec/fx_tiff/include/fx_tiffiop.h',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_aux.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_close.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_codec.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_color.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_compress.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_dir.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_dirinfo.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_dirread.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_dirwrite.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_dumpmode.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_error.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_extension.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_fax3.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_fax3sm.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_flush.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_getimage.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_jpeg.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_luv.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_lzw.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_next.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_ojpeg.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_open.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_packbits.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_pixarlog.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_predict.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_print.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_read.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_strip.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_swab.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_thunder.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_tile.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_version.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_warning.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_write.c',
|
| - 'core/src/fxcodec/fx_tiff/src/fx_tif_zip.c',
|
| 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.cpp',
|
| 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.h',
|
| 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp',
|
|
|