From 4125ab6efc146527e63ee2b1dc0e584919a862ca Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Mon, 16 Apr 2018 17:28:27 +0000 Subject: 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 Commit-Queue: dsinclair --- BUILD.gn | 24 ++++++++++++------------ 1 file 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", ] } } -- cgit v1.2.3