From 5b4930967676088f2f0e5ce3b25aed77831d678c Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 29 Sep 2016 20:20:24 -0700 Subject: Move xfa/fxfa/include to xfa/fxfa BUG=pdfium:611 Review-Url: https://codereview.chromium.org/2383593002 --- BUILD.gn | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index efe8a28229..37185549d4 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1449,6 +1449,7 @@ if (pdf_enable_xfa) { "xfa/fxfa/app/xfa_rendercontext.cpp", "xfa/fxfa/app/xfa_textlayout.cpp", "xfa/fxfa/app/xfa_textlayout.h", + "xfa/fxfa/cxfa_eventparam.h", "xfa/fxfa/fm2js/xfa_error.cpp", "xfa/fxfa/fm2js/xfa_error.h", "xfa/fxfa/fm2js/xfa_expression.cpp", @@ -1463,20 +1464,9 @@ if (pdf_enable_xfa) { "xfa/fxfa/fm2js/xfa_program.h", "xfa/fxfa/fm2js/xfa_simpleexpression.cpp", "xfa/fxfa/fm2js/xfa_simpleexpression.h", - "xfa/fxfa/include/cxfa_eventparam.h", - "xfa/fxfa/include/fxfa.h", - "xfa/fxfa/include/fxfa_basic.h", - "xfa/fxfa/include/fxfa_widget.h", - "xfa/fxfa/include/xfa_checksum.h", - "xfa/fxfa/include/xfa_ffapp.h", - "xfa/fxfa/include/xfa_ffdoc.h", - "xfa/fxfa/include/xfa_ffdochandler.h", - "xfa/fxfa/include/xfa_ffdocview.h", - "xfa/fxfa/include/xfa_ffpageview.h", - "xfa/fxfa/include/xfa_ffwidget.h", - "xfa/fxfa/include/xfa_ffwidgethandler.h", - "xfa/fxfa/include/xfa_fontmgr.h", - "xfa/fxfa/include/xfa_rendercontext.h", + "xfa/fxfa/fxfa.h", + "xfa/fxfa/fxfa_basic.h", + "xfa/fxfa/fxfa_widget.h", "xfa/fxfa/parser/cscript_datawindow.cpp", "xfa/fxfa/parser/cscript_datawindow.h", "xfa/fxfa/parser/cscript_eventpseudomodel.cpp", @@ -1607,6 +1597,16 @@ if (pdf_enable_xfa) { "xfa/fxfa/parser/xfa_resolvenode_rs.h", "xfa/fxfa/parser/xfa_utils.cpp", "xfa/fxfa/parser/xfa_utils.h", + "xfa/fxfa/xfa_checksum.h", + "xfa/fxfa/xfa_ffapp.h", + "xfa/fxfa/xfa_ffdoc.h", + "xfa/fxfa/xfa_ffdochandler.h", + "xfa/fxfa/xfa_ffdocview.h", + "xfa/fxfa/xfa_ffpageview.h", + "xfa/fxfa/xfa_ffwidget.h", + "xfa/fxfa/xfa_ffwidgethandler.h", + "xfa/fxfa/xfa_fontmgr.h", + "xfa/fxfa/xfa_rendercontext.h", "xfa/fxgraphics/cagg_graphics.cpp", "xfa/fxgraphics/cagg_graphics.h", "xfa/fxgraphics/cfx_color.cpp", -- cgit v1.2.3