diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-03-21 12:26:54 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-03-21 12:26:54 -0700 |
commit | 4161c5ca6c5438476bf07b6dacfafb61ea611cc5 (patch) | |
tree | 76b021ad93546c362d6e6089c18e362aebe247aa /pdfium.gyp | |
parent | a98600aeb8d815c297834aa5006f5c3ea20dde6d (diff) | |
download | pdfium-4161c5ca6c5438476bf07b6dacfafb61ea611cc5.tar.xz |
Make a few more const tables smaller.chromium/2689chromium/2688
Remove some tables from .h file (risk of duplication).
R=ochang@chromium.org
Review URL: https://codereview.chromium.org/1814233005 .
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index df2018d109..a5a70a8033 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -512,6 +512,7 @@ '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', |