From 332139df2c3c0826069fa61bcd436309fcdf5a6f Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Thu, 12 Apr 2018 13:15:39 +0000 Subject: Merge CFX_XMLParser and CFX_XMLSyntaxParser The CFX_XMLParser was a wrapper around the CFX_XMLSyntaxParser. This CL merges the SyntaxParser into protected/private methods if the XMLParser. Change-Id: If1519b5de55866ed14359dffd64dc12c36ee0244 Reviewed-on: https://pdfium-review.googlesource.com/30171 Reviewed-by: Ryan Harrison Commit-Queue: dsinclair --- BUILD.gn | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'BUILD.gn') 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", -- cgit v1.2.3