diff options
author | Lei Zhang <thestig@chromium.org> | 2015-09-24 01:13:26 -0700 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-09-24 01:13:26 -0700 |
commit | b060a551917627e3436bfb0a2a5c7a08cb5c58af (patch) | |
tree | ecb7fa1d5d18bb07b3fd38d2eeb81d77b603e24b /pdfium.gyp | |
parent | 99b56f693e01e1d5e146cbfba8c750b943a0eaab (diff) | |
download | pdfium-b060a551917627e3436bfb0a2a5c7a08cb5c58af.tar.xz |
Merge to XFA: Split up JBig2_GeneralDecoder.cpp.
TBR=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1359233002 .
(cherry picked from commit 630a28442364f03c1d3d9b48873da42755e1fddf)
Review URL: https://codereview.chromium.org/1364083004 .
Diffstat (limited to 'pdfium.gyp')
-rw-r--r-- | pdfium.gyp | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/pdfium.gyp b/pdfium.gyp index 968a508cc2..760726a922 100644 --- a/pdfium.gyp +++ b/pdfium.gyp @@ -406,16 +406,22 @@ 'core/src/fxcodec/fx_tiff/src/fx_tif_warning.c', 'core/src/fxcodec/fx_tiff/src/fx_tif_write.c', 'core/src/fxcodec/fx_tiff/src/fx_tif_zip.c', + 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.cpp', 'core/src/fxcodec/jbig2/JBig2_ArithDecoder.h', 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.cpp', 'core/src/fxcodec/jbig2/JBig2_ArithIntDecoder.h', - 'core/src/fxcodec/jbig2/JBig2_ArithQe.h', 'core/src/fxcodec/jbig2/JBig2_BitStream.h', 'core/src/fxcodec/jbig2/JBig2_Context.cpp', 'core/src/fxcodec/jbig2/JBig2_Context.h', 'core/src/fxcodec/jbig2/JBig2_Define.h', - 'core/src/fxcodec/jbig2/JBig2_GeneralDecoder.cpp', - 'core/src/fxcodec/jbig2/JBig2_GeneralDecoder.h', + 'core/src/fxcodec/jbig2/JBig2_GrdProc.cpp', + 'core/src/fxcodec/jbig2/JBig2_GrdProc.h', + 'core/src/fxcodec/jbig2/JBig2_GrrdProc.cpp', + 'core/src/fxcodec/jbig2/JBig2_GrrdProc.h', + 'core/src/fxcodec/jbig2/JBig2_GsidProc.cpp', + 'core/src/fxcodec/jbig2/JBig2_GsidProc.h', + 'core/src/fxcodec/jbig2/JBig2_HtrdProc.cpp', + 'core/src/fxcodec/jbig2/JBig2_HtrdProc.h', 'core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.cpp', 'core/src/fxcodec/jbig2/JBig2_HuffmanDecoder.h', 'core/src/fxcodec/jbig2/JBig2_HuffmanTable.cpp', @@ -427,10 +433,16 @@ 'core/src/fxcodec/jbig2/JBig2_Page.h', 'core/src/fxcodec/jbig2/JBig2_PatternDict.cpp', 'core/src/fxcodec/jbig2/JBig2_PatternDict.h', + 'core/src/fxcodec/jbig2/JBig2_PddProc.cpp', + 'core/src/fxcodec/jbig2/JBig2_PddProc.h', + 'core/src/fxcodec/jbig2/JBig2_SddProc.cpp', + 'core/src/fxcodec/jbig2/JBig2_SddProc.h', 'core/src/fxcodec/jbig2/JBig2_Segment.cpp', 'core/src/fxcodec/jbig2/JBig2_Segment.h', 'core/src/fxcodec/jbig2/JBig2_SymbolDict.cpp', 'core/src/fxcodec/jbig2/JBig2_SymbolDict.h', + 'core/src/fxcodec/jbig2/JBig2_TrdProc.cpp', + 'core/src/fxcodec/jbig2/JBig2_TrdProc.h', 'core/src/fxcodec/lbmp/fx_bmp.cpp', 'core/src/fxcodec/lbmp/fx_bmp.h', 'core/src/fxcodec/lgif/fx_gif.cpp', |