summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorNicolas Pena <npm@chromium.org>2018-05-16 22:28:22 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-05-16 22:28:22 +0000
commit1c0da4bf0f4235b50dade1c1d37fbd1f4421722d (patch)
tree91f5f0e3765bfadd3e92eed0ab96bdfe067439e4 /BUILD.gn
parent98ec53359b8e61e717440f280d3fcc101fe140bb (diff)
downloadpdfium-1c0da4bf0f4235b50dade1c1d37fbd1f4421722d.tar.xz
Move JBig2 HuffmanTables into JBig2_HuffmanTable.cpp
This CL changes the table information so it can be indexed, and allows moving all of the information to the CJBig2_HuffmanTable implementation, which is the only real user of the data. Change-Id: I88780bee32c8509198518fd3b1e82d68ae7ff707 Reviewed-on: https://pdfium-review.googlesource.com/32635 Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Reviewed-by: Lei Zhang <thestig@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 784642042b..f761b896b8 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -752,8 +752,6 @@ jumbo_static_library("fxcodec") {
"core/fxcodec/jbig2/JBig2_HuffmanDecoder.h",
"core/fxcodec/jbig2/JBig2_HuffmanTable.cpp",
"core/fxcodec/jbig2/JBig2_HuffmanTable.h",
- "core/fxcodec/jbig2/JBig2_HuffmanTable_Standard.cpp",
- "core/fxcodec/jbig2/JBig2_HuffmanTable_Standard.h",
"core/fxcodec/jbig2/JBig2_Image.cpp",
"core/fxcodec/jbig2/JBig2_Image.h",
"core/fxcodec/jbig2/JBig2_Page.h",