summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2017-04-25 13:30:33 -0700
committerChromium commit bot <commit-bot@chromium.org>2017-04-25 21:09:16 +0000
commit87d1c1fc1dc4455cb3695ed2df1a5fdf31e870b1 (patch)
tree362411e98aaba708c4c6b6a635fbcaee2122426c /BUILD.gn
parent80547a165adf250f31ade57544771201bbc2690c (diff)
downloadpdfium-87d1c1fc1dc4455cb3695ed2df1a5fdf31e870b1.tar.xz
Remove remaining ICodec_* abstract classes
They are only implemented in one way, and the layering does not required an interface here. Change-Id: Id87591ca237fb66dbfc5aa62b4cc11c2464f5ffa Reviewed-on: https://pdfium-review.googlesource.com/4496 Commit-Queue: dsinclair <dsinclair@chromium.org> Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 0 insertions, 4 deletions
diff --git a/BUILD.gn b/BUILD.gn
index a11c2c179e..938c01b8f3 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -718,10 +718,6 @@ static_library("fxcodec") {
"core/fxcodec/codec/ccodec_tiffmodule.cpp",
"core/fxcodec/codec/ccodec_tiffmodule.h",
"core/fxcodec/codec/fx_codec_progress.cpp",
- "core/fxcodec/codec/icodec_bmpmodule.h",
- "core/fxcodec/codec/icodec_gifmodule.h",
- "core/fxcodec/codec/icodec_pngmodule.h",
- "core/fxcodec/codec/icodec_tiffmodule.h",
"core/fxcodec/lbmp/fx_bmp.cpp",
"core/fxcodec/lbmp/fx_bmp.h",
"core/fxcodec/lgif/fx_gif.cpp",