Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(377)

Unified Diff: BUILD.gn

Issue 1364083004: Merge to XFA: Split up JBig2_GeneralDecoder.cpp. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | core/src/fxcodec/jbig2/JBig2_ArithDecoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 703a991455b722d9b3392909caed28fa416d484a..a4423f228bc3f87c9cd26a755027a12e45365a94 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -390,16 +390,22 @@ static_library("fxcodec") {
"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",
@@ -411,10 +417,16 @@ static_library("fxcodec") {
"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",
« no previous file with comments | « no previous file | core/src/fxcodec/jbig2/JBig2_ArithDecoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698