summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 1 insertions, 3 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 2a239699e0..0a4b251f5c 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -963,8 +963,6 @@ jumbo_static_library("fxcrt") {
"core/fxcrt/xml/cfx_xmlnode.h",
"core/fxcrt/xml/cfx_xmlparser.cpp",
"core/fxcrt/xml/cfx_xmlparser.h",
- "core/fxcrt/xml/cfx_xmlsyntaxparser.cpp",
- "core/fxcrt/xml/cfx_xmlsyntaxparser.h",
"core/fxcrt/xml/cfx_xmltext.cpp",
"core/fxcrt/xml/cfx_xmltext.h",
]
@@ -2925,7 +2923,7 @@ test("pdfium_unittests") {
"core/fxcrt/css/cfx_cssdeclaration_unittest.cpp",
"core/fxcrt/css/cfx_cssstylesheet_unittest.cpp",
"core/fxcrt/css/cfx_cssvaluelistparser_unittest.cpp",
- "core/fxcrt/xml/cfx_xmlsyntaxparser_unittest.cpp",
+ "core/fxcrt/xml/cfx_xmlparser_unittest.cpp",
"fxbarcode/oned/BC_OnedCodaBarWriter_unittest.cpp",
"fxbarcode/oned/BC_OnedCode128Writer_unittest.cpp",
"fxbarcode/oned/BC_OnedCode39Writer_unittest.cpp",