| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 199d115d9e96781684863aab9c11c765a6495ecf..2168a8246cf2fb2f490fa187fe0586608b732229 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -1474,6 +1474,7 @@ static_library("xfa") {
|
| test("pdfium_unittests") {
|
| sources = [
|
| "core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp",
|
| + "core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp",
|
| "core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp",
|
| "core/src/fxcrt/fx_basic_bstring_unittest.cpp",
|
| "core/src/fxcrt/fx_basic_memmgr_unittest.cpp",
|
|
|