From 615082de70c7fc18d46d0d1a03b62d0d76b1daa9 Mon Sep 17 00:00:00 2001 From: John Abd-El-Malek Date: Tue, 3 Feb 2015 09:12:23 -0800 Subject: Remove OpenJPEG header generator binary from PDFium build. 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 --- BUILD.gn | 1 - pdfium.gyp | 1 - 2 files changed, 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 988ca7ee6f..d71002d053 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -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", diff --git a/pdfium.gyp b/pdfium.gyp index 7b6ac0c094..a09caa1bef 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -364,7 +364,6 @@ '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', -- cgit v1.2.3