From 6ea5ba035a396bf0956b4b4ab3a5b3ee33b6c546 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Wed, 3 Aug 2016 10:20:32 -0700 Subject: Split xfa_layout_appadapter This moves the needed traverse strategies into their own files, removes the unused one and cleans up the includes. Review-Url: https://codereview.chromium.org/2207033002 --- BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index a03102aa7a..0b9b4e0a95 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1473,6 +1473,8 @@ if (pdf_enable_xfa) { "xfa/fxfa/parser/cxfa_thisproxy.cpp", "xfa/fxfa/parser/cxfa_tooltip.cpp", "xfa/fxfa/parser/cxfa_tooltip.h", + "xfa/fxfa/parser/cxfa_traversestrategy_contentareacontainerlayoutitem.h", + "xfa/fxfa/parser/cxfa_traversestrategy_contentlayoutitem.h", "xfa/fxfa/parser/cxfa_traversestrategy_layoutitem.h", "xfa/fxfa/parser/cxfa_validate.cpp", "xfa/fxfa/parser/cxfa_validate.h", @@ -1496,8 +1498,6 @@ if (pdf_enable_xfa) { "xfa/fxfa/parser/xfa_basic_data_packets.cpp", "xfa/fxfa/parser/xfa_document_datamerger_imp.cpp", "xfa/fxfa/parser/xfa_document_datamerger_imp.h", - "xfa/fxfa/parser/xfa_layout_appadapter.cpp", - "xfa/fxfa/parser/xfa_layout_appadapter.h", "xfa/fxfa/parser/xfa_layout_itemlayout.cpp", "xfa/fxfa/parser/xfa_layout_itemlayout.h", "xfa/fxfa/parser/xfa_layout_pagemgr_new.cpp", -- cgit v1.2.3