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 61ffe92195..09fa89ace2 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -885,6 +885,8 @@ jumbo_static_library("fxcrt") {
"core/fxcrt/widestring.h",
"core/fxcrt/xml/cfx_xmlchardata.cpp",
"core/fxcrt/xml/cfx_xmlchardata.h",
+ "core/fxcrt/xml/cfx_xmldocument.cpp",
+ "core/fxcrt/xml/cfx_xmldocument.h",
"core/fxcrt/xml/cfx_xmlelement.cpp",
"core/fxcrt/xml/cfx_xmlelement.h",
"core/fxcrt/xml/cfx_xmlinstruction.cpp",
@@ -2890,6 +2892,7 @@ test("pdfium_unittests") {
"core/fxcrt/weak_ptr_unittest.cpp",
"core/fxcrt/widestring_unittest.cpp",
"core/fxcrt/xml/cfx_xmlchardata_unittest.cpp",
+ "core/fxcrt/xml/cfx_xmldocument_unittest.cpp",
"core/fxcrt/xml/cfx_xmlelement_unittest.cpp",
"core/fxcrt/xml/cfx_xmlinstruction_unittest.cpp",
"core/fxcrt/xml/cfx_xmlnode_unittest.cpp",