summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-10-30 15:51:13 -0700
committerTom Sepez <tsepez@chromium.org>2015-10-30 15:51:13 -0700
commitba9d4655ca39c3a4620acb8e6252defb87a758ad (patch)
tree01e40f507e62e37c93d2ed5d8bab4a794caf9aab /BUILD.gn
parent80e039bfc4108591c9783ab531b916ab98a8414c (diff)
downloadpdfium-ba9d4655ca39c3a4620acb8e6252defb87a758ad.tar.xz
Merge to XFA: Remove external jpeg provider interface.
(cherry picked from commit 3d59bd9d66d01eb39c30742bce67fa0376cb4ea8) Review URL: https://codereview.chromium.org/1407903005 . Conflicts: core/include/fxcodec/fx_codec_provider.h core/src/fxcodec/codec/codec_int.h core/src/fxcodec/codec/fx_codec_jpeg.cpp R=thestig@chromium.org Review URL: https://codereview.chromium.org/1412713009 .
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn1
1 files changed, 0 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 52e701e1d6..dcc55bcf65 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -382,7 +382,6 @@ static_library("fxcodec") {
"core/include/fxcodec/fx_codec.h",
"core/include/fxcodec/fx_codec_def.h",
"core/include/fxcodec/fx_codec_flate.h",
- "core/include/fxcodec/fx_codec_provider.h",
"core/src/fxcodec/codec/codec_int.h",
"core/src/fxcodec/codec/fx_codec.cpp",
"core/src/fxcodec/codec/fx_codec_bmp.cpp",