diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-03-23 12:11:20 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-03-23 17:37:55 +0000 |
commit | 80c487809858b74783a00e05cc8164edf4b1307c (patch) | |
tree | 6aecc491645c428fb298f21b54ef80864a7dd331 /BUILD.gn | |
parent | 6bdd824188bc9a2e6b24b5752a3170ce10185c1d (diff) | |
download | pdfium-80c487809858b74783a00e05cc8164edf4b1307c.tar.xz |
Cleanup some xfa/fxfa code.
This CL moves the .h files to have names corresponding to the contained
classes. The .cpp files are moved alongside the .h files. Any extra
classes in the .h files have been split into their own files.
Change-Id: I14b4efc02417f0df946500e87b6c502e77020db8
Reviewed-on: https://pdfium-review.googlesource.com/3160
Reviewed-by: Tom Sepez <tsepez@chromium.org>
Reviewed-by: Nicolás Peña <npm@chromium.org>
Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 56 |
1 files changed, 33 insertions, 23 deletions
@@ -1503,7 +1503,6 @@ if (pdf_enable_xfa) { "xfa/fxbarcode/utils.h", "xfa/fxfa/app/cxfa_csstagprovider.cpp", "xfa/fxfa/app/cxfa_csstagprovider.h", - "xfa/fxfa/app/cxfa_eventparam.cpp", "xfa/fxfa/app/cxfa_linkuserdata.cpp", "xfa/fxfa/app/cxfa_linkuserdata.h", "xfa/fxfa/app/cxfa_loadercontext.cpp", @@ -1520,17 +1519,12 @@ if (pdf_enable_xfa) { "xfa/fxfa/app/cxfa_texttabstopscontext.h", "xfa/fxfa/app/cxfa_textuserdata.cpp", "xfa/fxfa/app/cxfa_textuserdata.h", - "xfa/fxfa/app/xfa_checksum.cpp", - "xfa/fxfa/app/xfa_ffapp.cpp", "xfa/fxfa/app/xfa_ffbarcode.cpp", "xfa/fxfa/app/xfa_ffbarcode.h", "xfa/fxfa/app/xfa_ffcheckbutton.cpp", "xfa/fxfa/app/xfa_ffcheckbutton.h", "xfa/fxfa/app/xfa_ffchoicelist.cpp", "xfa/fxfa/app/xfa_ffchoicelist.h", - "xfa/fxfa/app/xfa_ffdoc.cpp", - "xfa/fxfa/app/xfa_ffdochandler.cpp", - "xfa/fxfa/app/xfa_ffdocview.cpp", "xfa/fxfa/app/xfa_ffdraw.cpp", "xfa/fxfa/app/xfa_ffdraw.h", "xfa/fxfa/app/xfa_ffexclgroup.cpp", @@ -1543,7 +1537,6 @@ if (pdf_enable_xfa) { "xfa/fxfa/app/xfa_ffimageedit.h", "xfa/fxfa/app/xfa_ffnotify.cpp", "xfa/fxfa/app/xfa_ffnotify.h", - "xfa/fxfa/app/xfa_ffpageview.cpp", "xfa/fxfa/app/xfa_ffpath.cpp", "xfa/fxfa/app/xfa_ffpath.h", "xfa/fxfa/app/xfa_ffpushbutton.cpp", @@ -1556,19 +1549,47 @@ if (pdf_enable_xfa) { "xfa/fxfa/app/xfa_fftext.h", "xfa/fxfa/app/xfa_fftextedit.cpp", "xfa/fxfa/app/xfa_fftextedit.h", - "xfa/fxfa/app/xfa_ffwidget.cpp", "xfa/fxfa/app/xfa_ffwidgetacc.cpp", "xfa/fxfa/app/xfa_ffwidgetacc.h", - "xfa/fxfa/app/xfa_ffwidgethandler.cpp", - "xfa/fxfa/app/xfa_fontmgr.cpp", "xfa/fxfa/app/xfa_fwladapter.cpp", "xfa/fxfa/app/xfa_fwladapter.h", "xfa/fxfa/app/xfa_fwltheme.cpp", "xfa/fxfa/app/xfa_fwltheme.h", - "xfa/fxfa/app/xfa_rendercontext.cpp", "xfa/fxfa/app/xfa_textpiece.cpp", "xfa/fxfa/app/xfa_textpiece.h", + "xfa/fxfa/cxfa_checksumcontext.cpp", + "xfa/fxfa/cxfa_checksumcontext.h", + "xfa/fxfa/cxfa_deffontmgr.cpp", + "xfa/fxfa/cxfa_deffontmgr.h", + "xfa/fxfa/cxfa_eventparam.cpp", "xfa/fxfa/cxfa_eventparam.h", + "xfa/fxfa/cxfa_ffapp.cpp", + "xfa/fxfa/cxfa_ffapp.h", + "xfa/fxfa/cxfa_ffdoc.cpp", + "xfa/fxfa/cxfa_ffdoc.h", + "xfa/fxfa/cxfa_ffdochandler.cpp", + "xfa/fxfa/cxfa_ffdochandler.h", + "xfa/fxfa/cxfa_ffdocview.cpp", + "xfa/fxfa/cxfa_ffdocview.h", + "xfa/fxfa/cxfa_ffpageview.cpp", + "xfa/fxfa/cxfa_ffpageview.h", + "xfa/fxfa/cxfa_ffwidget.cpp", + "xfa/fxfa/cxfa_ffwidget.h", + "xfa/fxfa/cxfa_ffwidgethandler.cpp", + "xfa/fxfa/cxfa_ffwidgethandler.h", + "xfa/fxfa/cxfa_fontmgr.cpp", + "xfa/fxfa/cxfa_fontmgr.h", + "xfa/fxfa/cxfa_pdffontmgr.cpp", + "xfa/fxfa/cxfa_pdffontmgr.h", + "xfa/fxfa/cxfa_rendercontext.cpp", + "xfa/fxfa/cxfa_rendercontext.h", + "xfa/fxfa/cxfa_saxcontext.h", + "xfa/fxfa/cxfa_saxreaderhandler.cpp", + "xfa/fxfa/cxfa_saxreaderhandler.h", + "xfa/fxfa/cxfa_widgetacc.cpp", + "xfa/fxfa/cxfa_widgetacc.h", + "xfa/fxfa/cxfa_widgetacciterator.cpp", + "xfa/fxfa/cxfa_widgetacciterator.h", "xfa/fxfa/fm2js/xfa_error.cpp", "xfa/fxfa/fm2js/xfa_error.h", "xfa/fxfa/fm2js/xfa_expression.cpp", @@ -1585,7 +1606,6 @@ if (pdf_enable_xfa) { "xfa/fxfa/fm2js/xfa_simpleexpression.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", @@ -1716,16 +1736,6 @@ 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/cfx_color.cpp", "xfa/fxgraphics/cfx_color.h", "xfa/fxgraphics/cfx_graphics.cpp", @@ -1809,7 +1819,7 @@ test("pdfium_unittests") { "xfa/fgas/layout/fgas_rtfbreak_unittest.cpp", "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp", "xfa/fxfa/app/cxfa_textparser_unittest.cpp", - "xfa/fxfa/app/xfa_ffapp_unittest.cpp", + "xfa/fxfa/cxfa_ffapp_unitest.cpp", "xfa/fxfa/fm2js/xfa_simpleexpression_unittest.cpp", "xfa/fxfa/parser/xfa_utils_unittest.cpp", ] |