summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2018-04-12 13:41:09 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-04-12 13:41:09 +0000
commite7d5c7f48ead8f5554105da9637fd9de1c093d67 (patch)
treed2d680785cd6c64799530b650b61b81253a7a095 /BUILD.gn
parent62110c9ce5e0d74319e25f0f41fd241f4aeeac42 (diff)
downloadpdfium-e7d5c7f48ead8f5554105da9637fd9de1c093d67.tar.xz
Remove CFX_XMLDoc and call the parser directly
This CL removes the CFX_XMLDoc and calls the CFX_XMLParser directly from CXFA_DocumentParser. Change-Id: I4d715cca90cd15b5e1d79827e0bb2781e873e371 Reviewed-on: https://pdfium-review.googlesource.com/30251 Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 0 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 7599b77c6f..87de013c89 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -953,8 +953,6 @@ jumbo_static_library("fxcrt") {
"core/fxcrt/xml/cfx_xmlattributenode.h",
"core/fxcrt/xml/cfx_xmlchardata.cpp",
"core/fxcrt/xml/cfx_xmlchardata.h",
- "core/fxcrt/xml/cfx_xmldoc.cpp",
- "core/fxcrt/xml/cfx_xmldoc.h",
"core/fxcrt/xml/cfx_xmlelement.cpp",
"core/fxcrt/xml/cfx_xmlelement.h",
"core/fxcrt/xml/cfx_xmlinstruction.cpp",