diff options
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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", |