summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorNicolas Pena <npm@chromium.org>2017-05-09 12:35:19 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-05-09 18:04:31 +0000
commit808828cb7b5539ab9a3f52b67ada6f26fa3c9d51 (patch)
tree120bbabbe48140b0bb78c705365dad39464dfd12 /BUILD.gn
parentae4656edebaea24d18d11a845c663240bf8e9d2d (diff)
downloadpdfium-808828cb7b5539ab9a3f52b67ada6f26fa3c9d51.tar.xz
Cleanup of CGifDecompressor part 1
This CL changes the tag_gif_decompress_struct into CGifDecompressor. It cleans up a bunch of unnecessary function pointers and starts cleaning up the members of the new class. Change-Id: Id49cd8f5377dc8daaa15118551dadad4ddde7931 Reviewed-on: https://pdfium-review.googlesource.com/5170 Reviewed-by: dsinclair <dsinclair@chromium.org> Commit-Queue: Nicolás Peña <npm@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 680416c05a..1abcc8d756 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -729,6 +729,8 @@ static_library("fxcodec") {
"core/fxcodec/codec/fx_codec_progress.cpp",
"core/fxcodec/lbmp/fx_bmp.cpp",
"core/fxcodec/lbmp/fx_bmp.h",
+ "core/fxcodec/lgif/cgifdecompressor.cpp",
+ "core/fxcodec/lgif/cgifdecompressor.h",
"core/fxcodec/lgif/fx_gif.cpp",
"core/fxcodec/lgif/fx_gif.h",
]