diff options
author | Tom Sepez <tsepez@chromium.org> | 2017-04-25 13:30:33 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-04-25 21:09:16 +0000 |
commit | 87d1c1fc1dc4455cb3695ed2df1a5fdf31e870b1 (patch) | |
tree | 362411e98aaba708c4c6b6a635fbcaee2122426c /BUILD.gn | |
parent | 80547a165adf250f31ade57544771201bbc2690c (diff) | |
download | pdfium-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.gn | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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", |