diff options
author | dsinclair <dsinclair@chromium.org> | 2016-11-21 09:04:05 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-11-21 09:04:05 -0800 |
commit | dd17234c42e4572b85b6d74a07bc901974d061be (patch) | |
tree | 31a9c3dc96bc3a637f204949f1689a501ada6906 /BUILD.gn | |
parent | b4455b90b1c86ab94986e4f470c963f1e91b27ba (diff) | |
download | pdfium-dd17234c42e4572b85b6d74a07bc901974d061be.tar.xz |
Split fwl/core class pt I.
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_DataProvider directly.
Review-Url: https://codereview.chromium.org/2506253004
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1245,6 +1245,8 @@ if (pdf_enable_xfa) { "xfa/fwl/core/cfwl_picturebox.h", "xfa/fwl/core/cfwl_pushbutton.cpp", "xfa/fwl/core/cfwl_pushbutton.h", + "xfa/fwl/core/cfwl_sysbtn.cpp", + "xfa/fwl/core/cfwl_sysbtn.h", "xfa/fwl/core/cfwl_themebackground.h", "xfa/fwl/core/cfwl_themepart.h", "xfa/fwl/core/cfwl_themetext.h", @@ -1277,7 +1279,6 @@ if (pdf_enable_xfa) { "xfa/fwl/core/ifwl_comboedit.h", "xfa/fwl/core/ifwl_combolist.cpp", "xfa/fwl/core/ifwl_combolist.h", - "xfa/fwl/core/ifwl_dataprovider.h", "xfa/fwl/core/ifwl_datetimeedit.cpp", "xfa/fwl/core/ifwl_datetimeedit.h", "xfa/fwl/core/ifwl_datetimepicker.cpp", @@ -1303,6 +1304,8 @@ if (pdf_enable_xfa) { "xfa/fwl/core/ifwl_themeprovider.h", "xfa/fwl/core/ifwl_timer.cpp", "xfa/fwl/core/ifwl_timer.h", + "xfa/fwl/core/ifwl_timerinfo.cpp", + "xfa/fwl/core/ifwl_timerinfo.h", "xfa/fwl/core/ifwl_tooltip.cpp", "xfa/fwl/core/ifwl_tooltip.h", "xfa/fwl/core/ifwl_widget.cpp", |