| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index b9be538e0bb8c2f13cab794fd5efc314e39e62ee..1dedaae522d8d865392a9ec8dd905690b22b560b 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -1556,6 +1556,7 @@ test("pdfium_unittests") {
|
| sources = [
|
| "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",
|
| "core/src/fxcrt/fx_basic_wstring_unittest.cpp",
|
| "testing/fx_string_testhelpers.cpp",
|
| "testing/fx_string_testhelpers.h",
|
|
|