diff options
author | John Abd-El-Malek <jam@chromium.org> | 2015-02-03 09:12:23 -0800 |
---|---|---|
committer | John Abd-El-Malek <jam@chromium.org> | 2015-02-03 09:12:23 -0800 |
commit | 615082de70c7fc18d46d0d1a03b62d0d76b1daa9 (patch) | |
tree | 29a861533e3470b795439b166e2fd5d9fad6a570 /BUILD.gn | |
parent | f3823b2a59d8edf33db552959ad781cfc874811c (diff) | |
download | pdfium-615082de70c7fc18d46d0d1a03b62d0d76b1daa9.tar.xz |
Remove OpenJPEG header generator binary from PDFium build.chromium/2295
This is giving duplicate symbols for main when linking PDFium into Chromium.
BUG=453844
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/897463003
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -339,7 +339,6 @@ static_library("fxcodec") { "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_t1_generate_luts.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", |