summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordan sinclair <dsinclair@chromium.org>2018-04-16 17:28:27 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-04-16 17:28:27 +0000
commit4125ab6efc146527e63ee2b1dc0e584919a862ca (patch)
treeae0da5f5ccbc1a4b3772c982d085be09e9630b96
parent3d523e3cf89440e2ffc6571b1c687ad5e3f0318f (diff)
downloadpdfium-4125ab6efc146527e63ee2b1dc0e584919a862ca.tar.xz
Move CXML to be XFA only
The remaining usage of CXML is in XFA. Move the code to be confined to the XFA build target while the last usage is removed. Change-Id: I0d48739364d2e4815749afe1ff402096f3f8f57c Reviewed-on: https://pdfium-review.googlesource.com/30691 Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
-rw-r--r--BUILD.gn24
1 files changed, 12 insertions, 12 deletions
diff --git a/BUILD.gn b/BUILD.gn
index f28a879643..af422074f9 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -889,18 +889,6 @@ jumbo_static_library("fxcrt") {
"core/fxcrt/xml/cfx_xmlparser.h",
"core/fxcrt/xml/cfx_xmltext.cpp",
"core/fxcrt/xml/cfx_xmltext.h",
- "core/fxcrt/xml/cxml_attritem.cpp",
- "core/fxcrt/xml/cxml_attritem.h",
- "core/fxcrt/xml/cxml_content.cpp",
- "core/fxcrt/xml/cxml_content.h",
- "core/fxcrt/xml/cxml_databufacc.cpp",
- "core/fxcrt/xml/cxml_databufacc.h",
- "core/fxcrt/xml/cxml_element.cpp",
- "core/fxcrt/xml/cxml_element.h",
- "core/fxcrt/xml/cxml_object.cpp",
- "core/fxcrt/xml/cxml_object.h",
- "core/fxcrt/xml/cxml_parser.cpp",
- "core/fxcrt/xml/cxml_parser.h",
]
configs += [ ":pdfium_core_config" ]
visibility += [ "third_party:*" ]
@@ -963,6 +951,18 @@ jumbo_static_library("fxcrt") {
"core/fxcrt/fx_arabic.cpp",
"core/fxcrt/fx_arabic.h",
"core/fxcrt/locale_iface.h",
+ "core/fxcrt/xml/cxml_attritem.cpp",
+ "core/fxcrt/xml/cxml_attritem.h",
+ "core/fxcrt/xml/cxml_content.cpp",
+ "core/fxcrt/xml/cxml_content.h",
+ "core/fxcrt/xml/cxml_databufacc.cpp",
+ "core/fxcrt/xml/cxml_databufacc.h",
+ "core/fxcrt/xml/cxml_element.cpp",
+ "core/fxcrt/xml/cxml_element.h",
+ "core/fxcrt/xml/cxml_object.cpp",
+ "core/fxcrt/xml/cxml_object.h",
+ "core/fxcrt/xml/cxml_parser.cpp",
+ "core/fxcrt/xml/cxml_parser.h",
]
}
}