diff options
author | dsinclair <dsinclair@chromium.org> | 2016-11-21 17:05:58 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-11-21 17:05:59 -0800 |
commit | 37b6d1479b1674eb239cea8893eea31274d22ecd (patch) | |
tree | 07b5a2842c29c2b3324c6c60d369e9aea000e1b0 /BUILD.gn | |
parent | 6a1c9bd09ef8fdd2fe2f9e39b9a05f6581be9d87 (diff) | |
download | pdfium-37b6d1479b1674eb239cea8893eea31274d22ecd.tar.xz |
Split fwl/core class pt II.
Split classes in FWL to be single class per file. In the case of data providers
which added no new methods, removed and used the IFWL_Widget::DataProvider
directly.
Review-Url: https://codereview.chromium.org/2520063002
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1190,6 +1190,8 @@ if (pdf_enable_xfa) { "xfa/fwl/core/cfwl_edit.h", "xfa/fwl/core/cfwl_event.cpp", "xfa/fwl/core/cfwl_event.h", + "xfa/fwl/core/cfwl_eventtarget.cpp", + "xfa/fwl/core/cfwl_eventtarget.h", "xfa/fwl/core/cfwl_evtcheckstatechanged.cpp", "xfa/fwl/core/cfwl_evtcheckstatechanged.h", "xfa/fwl/core/cfwl_evtcheckword.cpp", @@ -1242,6 +1244,10 @@ if (pdf_enable_xfa) { "xfa/fwl/core/cfwl_msgmousewheel.h", "xfa/fwl/core/cfwl_msgsetfocus.cpp", "xfa/fwl/core/cfwl_msgsetfocus.h", + "xfa/fwl/core/cfwl_notedriver.cpp", + "xfa/fwl/core/cfwl_notedriver.h", + "xfa/fwl/core/cfwl_noteloop.cpp", + "xfa/fwl/core/cfwl_noteloop.h", "xfa/fwl/core/cfwl_picturebox.cpp", "xfa/fwl/core/cfwl_picturebox.h", "xfa/fwl/core/cfwl_pushbutton.cpp", @@ -1249,18 +1255,18 @@ if (pdf_enable_xfa) { "xfa/fwl/core/cfwl_sysbtn.cpp", "xfa/fwl/core/cfwl_sysbtn.h", "xfa/fwl/core/cfwl_themebackground.h", + "xfa/fwl/core/cfwl_themepart.cpp", "xfa/fwl/core/cfwl_themepart.h", "xfa/fwl/core/cfwl_themetext.h", "xfa/fwl/core/cfwl_widget.cpp", "xfa/fwl/core/cfwl_widget.h", "xfa/fwl/core/cfwl_widgetmgr.cpp", "xfa/fwl/core/cfwl_widgetmgr.h", + "xfa/fwl/core/cfwl_widgetproperties.cpp", "xfa/fwl/core/cfwl_widgetproperties.h", "xfa/fwl/core/cfx_barcode.cpp", "xfa/fwl/core/cfx_barcode.h", "xfa/fwl/core/fwl_error.h", - "xfa/fwl/core/fwl_noteimp.cpp", - "xfa/fwl/core/fwl_noteimp.h", "xfa/fwl/core/fwl_widgetdef.h", "xfa/fwl/core/fwl_widgethit.h", "xfa/fwl/core/ifwl_adaptertimermgr.h", @@ -1312,6 +1318,7 @@ if (pdf_enable_xfa) { "xfa/fwl/core/ifwl_widget.cpp", "xfa/fwl/core/ifwl_widget.h", "xfa/fwl/core/ifwl_widgetdelegate.h", + "xfa/fwl/core/ifwl_widgetmgrdelegate.h", "xfa/fwl/theme/cfwl_arrowdata.cpp", "xfa/fwl/theme/cfwl_arrowdata.h", "xfa/fwl/theme/cfwl_barcodetp.cpp", |