| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index ccb1e0cca388a98e8a7410350dc1ed3d125ace31..df8cdbaaad34573de12a0b5e313c38da4c816a8e 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -709,6 +709,7 @@ static_library("fxcrt") {
|
| "core/fxcrt/include/cfx_count_ref.h",
|
| "core/fxcrt/include/cfx_observable.h",
|
| "core/fxcrt/include/cfx_retain_ptr.h",
|
| + "core/fxcrt/include/cfx_string_pool_template.h",
|
| "core/fxcrt/include/fx_basic.h",
|
| "core/fxcrt/include/fx_coordinates.h",
|
| "core/fxcrt/include/fx_ext.h",
|
| @@ -1654,6 +1655,7 @@ test("pdfium_unittests") {
|
| "core/fxcrt/cfx_count_ref_unittest.cpp",
|
| "core/fxcrt/cfx_observable_unittest.cpp",
|
| "core/fxcrt/cfx_retain_ptr_unittest.cpp",
|
| + "core/fxcrt/cfx_string_pool_template_unittest.cpp",
|
| "core/fxcrt/fx_basic_bstring_unittest.cpp",
|
| "core/fxcrt/fx_basic_gcc_unittest.cpp",
|
| "core/fxcrt/fx_basic_memmgr_unittest.cpp",
|
|
|