diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-10-12 15:43:01 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-10-12 15:43:01 -0700 |
commit | 5ef9faa8e8f5593556d78f775d86f1e52e4c341a (patch) | |
tree | 6690eee12e5ab604337fe30db7c5a725aaac3e2c /pdfium.gyp | |
parent | 0dfd03060be722485f44446f18e2e4eaf9344595 (diff) | |
download | pdfium-5ef9faa8e8f5593556d78f775d86f1e52e4c341a.tar.xz |
XFA: Move fx_codec's lpng and tiff to third_party/
We did this with the other codecs in master, but these two are
XFA-only, and did not get the same treatment.
Remove some fx_ prefixes in the third-party file names.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1392373004 .
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 54 |
1 files changed, 2 insertions, 52 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index b0ce2e4764..72d1785d66 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', |