summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorNicolas Pena <npm@chromium.org>2017-07-18 17:57:37 -0400
committerChromium commit bot <commit-bot@chromium.org>2017-07-19 13:51:58 +0000
commit0add284c1a2b3bee022bef34c7efddcb304f2e21 (patch)
tree4ff8a4010d8d02e415fd4d6dbb9067c877ef23f9 /BUILD.gn
parent23c93ef6e3b9a289cdcece487b314325a21b28ff (diff)
downloadpdfium-0add284c1a2b3bee022bef34c7efddcb304f2e21.tar.xz
Remove JBig2_GsidProc class
This CL removes the JBig2_GsidProc since it is only used as a single instance in each of the methods in CJBig2_HTRDProc, so it is completely unnecessary. Change-Id: I69d0a4a059b9eb6ebcbbb79b92ea1cd6c22cb1cb Reviewed-on: https://pdfium-review.googlesource.com/7930 Reviewed-by: dsinclair <dsinclair@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 0 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index c13d2904ef..e02882085b 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -719,8 +719,6 @@ static_library("fxcodec") {
"core/fxcodec/jbig2/JBig2_GrdProc.h",
"core/fxcodec/jbig2/JBig2_GrrdProc.cpp",
"core/fxcodec/jbig2/JBig2_GrrdProc.h",
- "core/fxcodec/jbig2/JBig2_GsidProc.cpp",
- "core/fxcodec/jbig2/JBig2_GsidProc.h",
"core/fxcodec/jbig2/JBig2_HtrdProc.cpp",
"core/fxcodec/jbig2/JBig2_HtrdProc.h",
"core/fxcodec/jbig2/JBig2_HuffmanDecoder.cpp",