summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 3 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 33474ee818..ac244883bc 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -777,6 +777,8 @@ static_library("fxcodec") {
"core/fxcodec/codec/fx_codec_progress.cpp",
"core/fxcodec/lbmp/fx_bmp.cpp",
"core/fxcodec/lbmp/fx_bmp.h",
+ "core/fxcodec/lgif/cfx_lzwdecoder.cpp",
+ "core/fxcodec/lgif/cfx_lzwdecoder.h",
"core/fxcodec/lgif/cgifcontext.cpp",
"core/fxcodec/lgif/cgifcontext.h",
"core/fxcodec/lgif/fx_gif.cpp",
@@ -1948,6 +1950,7 @@ test("pdfium_unittests") {
include_dirs = []
if (pdf_enable_xfa) {
sources += [
+ "core/fxcodec/lgif/cfx_lzwdecoder_unittest.cpp",
"core/fxcrt/css/cfx_cssdeclaration_unittest.cpp",
"core/fxcrt/css/cfx_cssstylesheet_unittest.cpp",
"core/fxcrt/css/cfx_cssvaluelistparser_unittest.cpp",