diff options
author | Nicolas Pena <npm@chromium.org> | 2018-05-16 22:28:22 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-05-16 22:28:22 +0000 |
commit | 1c0da4bf0f4235b50dade1c1d37fbd1f4421722d (patch) | |
tree | 91f5f0e3765bfadd3e92eed0ab96bdfe067439e4 /BUILD.gn | |
parent | 98ec53359b8e61e717440f280d3fcc101fe140bb (diff) | |
download | pdfium-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.gn | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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", |