diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-06-17 17:17:14 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-06-17 17:17:14 -0700 |
commit | c7a17bf9cdb0d646aa8b653e6ab2678a1837ed6a (patch) | |
tree | a63eadd4ebea416b8a400f1fc7e3d103c665a0e4 /pdfium.gyp | |
parent | ff8347a4b16f000be628c5e10d03a1e1c17537eb (diff) | |
download | pdfium-c7a17bf9cdb0d646aa8b653e6ab2678a1837ed6a.tar.xz |
Move libopenjpeg to third_party/
We get to delete a whole bunch of fx_foo.c files that did nothing
but #include "foo.c" after defining _CRT_SECURE_NO_WARNINGS. Do this
from the .gyp/.gn files instead.
Also sort some "config"s in .gn file.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1185373010.
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 8b19c83d08..54ce6ade25 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -327,6 +327,7 @@ 'dependencies': [ 'third_party/third_party.gyp:fx_lcms2', 'third_party/third_party.gyp:fx_libjpeg', + 'third_party/third_party.gyp:fx_libopenjpeg', ], 'ldflags': [ '-L<(PRODUCT_DIR)',], 'sources': [ @@ -342,28 +343,6 @@ 'core/src/fxcodec/codec/fx_codec_jbig_enc.cpp', 'core/src/fxcodec/codec/fx_codec_jpeg.cpp', 'core/src/fxcodec/codec/fx_codec_jpx_opj.cpp', - 'core/src/fxcodec/fx_libopenjpeg/include/fx_openjpeg.h', - 'core/src/fxcodec/fx_libopenjpeg/src/fx_bio.c', - 'core/src/fxcodec/fx_libopenjpeg/src/fx_cio.c', - 'core/src/fxcodec/fx_libopenjpeg/src/fx_dwt.c', - 'core/src/fxcodec/fx_libopenjpeg/src/fx_event.c', - 'core/src/fxcodec/fx_libopenjpeg/src/fx_function_list.c', - 'core/src/fxcodec/fx_libopenjpeg/src/fx_image.c', - 'core/src/fxcodec/fx_libopenjpeg/src/fx_invert.c', - 'core/src/fxcodec/fx_libopenjpeg/src/fx_j2k.c', - 'core/src/fxcodec/fx_libopenjpeg/src/fx_j2k_lib.c', - 'core/src/fxcodec/fx_libopenjpeg/src/fx_jpt.c', - 'core/src/fxcodec/fx_libopenjpeg/src/fx_mct.c', - 'core/src/fxcodec/fx_libopenjpeg/src/fx_mqc.c', - 'core/src/fxcodec/fx_libopenjpeg/src/fx_openjpeg.c', - 'core/src/fxcodec/fx_libopenjpeg/src/fx_openjpeg_jp2.c', - 'core/src/fxcodec/fx_libopenjpeg/src/fx_opj_clock.c', - 'core/src/fxcodec/fx_libopenjpeg/src/fx_pi.c', - 'core/src/fxcodec/fx_libopenjpeg/src/fx_raw.c', - 'core/src/fxcodec/fx_libopenjpeg/src/fx_t1.c', - 'core/src/fxcodec/fx_libopenjpeg/src/fx_t2.c', - 'core/src/fxcodec/fx_libopenjpeg/src/fx_tcd.c', - 'core/src/fxcodec/fx_libopenjpeg/src/fx_tgt.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', |