diff options
author | dsinclair <dsinclair@chromium.org> | 2016-10-20 09:59:48 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-10-20 09:59:48 -0700 |
commit | 05259e98f7416b59da18ee6059b48a23fddca8af (patch) | |
tree | 8af6be4a43aa37e8cd36023ffd36262c04c26ff7 /BUILD.gn | |
parent | 73895de7dea3737d1a25801001b8efe186c6f5a3 (diff) | |
download | pdfium-05259e98f7416b59da18ee6059b48a23fddca8af.tar.xz |
Move fwl/lightwidget to fwl/core
This CL moves the code from fwl/lightwidget into fwl/core. In anticipation of
merging the two hierarchies.
Review-Url: https://chromiumcodereview.appspot.com/2430923006
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 40 |
1 files changed, 20 insertions, 20 deletions
@@ -1153,14 +1153,34 @@ if (pdf_enable_xfa) { "xfa/fgas/localization/fgas_locale.cpp", "xfa/fgas/localization/fgas_locale.h", "xfa/fgas/localization/fgas_localeimp.h", + "xfa/fwl/core/cfwl_barcode.cpp", + "xfa/fwl/core/cfwl_barcode.h", + "xfa/fwl/core/cfwl_checkbox.cpp", + "xfa/fwl/core/cfwl_checkbox.h", + "xfa/fwl/core/cfwl_combobox.cpp", + "xfa/fwl/core/cfwl_combobox.h", + "xfa/fwl/core/cfwl_datetimepicker.cpp", + "xfa/fwl/core/cfwl_datetimepicker.h", + "xfa/fwl/core/cfwl_edit.cpp", + "xfa/fwl/core/cfwl_edit.h", "xfa/fwl/core/cfwl_event.h", + "xfa/fwl/core/cfwl_listbox.cpp", + "xfa/fwl/core/cfwl_listbox.h", "xfa/fwl/core/cfwl_message.h", + "xfa/fwl/core/cfwl_picturebox.cpp", + "xfa/fwl/core/cfwl_picturebox.h", + "xfa/fwl/core/cfwl_pushbutton.cpp", + "xfa/fwl/core/cfwl_pushbutton.h", "xfa/fwl/core/cfwl_themebackground.h", "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_widgetimpproperties.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", @@ -1216,26 +1236,6 @@ if (pdf_enable_xfa) { "xfa/fwl/core/ifwl_widget.cpp", "xfa/fwl/core/ifwl_widget.h", "xfa/fwl/core/ifwl_widgetdelegate.h", - "xfa/fwl/lightwidget/cfwl_barcode.cpp", - "xfa/fwl/lightwidget/cfwl_barcode.h", - "xfa/fwl/lightwidget/cfwl_checkbox.cpp", - "xfa/fwl/lightwidget/cfwl_checkbox.h", - "xfa/fwl/lightwidget/cfwl_combobox.cpp", - "xfa/fwl/lightwidget/cfwl_combobox.h", - "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp", - "xfa/fwl/lightwidget/cfwl_datetimepicker.h", - "xfa/fwl/lightwidget/cfwl_edit.cpp", - "xfa/fwl/lightwidget/cfwl_edit.h", - "xfa/fwl/lightwidget/cfwl_listbox.cpp", - "xfa/fwl/lightwidget/cfwl_listbox.h", - "xfa/fwl/lightwidget/cfwl_picturebox.cpp", - "xfa/fwl/lightwidget/cfwl_picturebox.h", - "xfa/fwl/lightwidget/cfwl_pushbutton.cpp", - "xfa/fwl/lightwidget/cfwl_pushbutton.h", - "xfa/fwl/lightwidget/cfwl_widget.cpp", - "xfa/fwl/lightwidget/cfwl_widget.h", - "xfa/fwl/lightwidget/cfwl_widgetproperties.cpp", - "xfa/fwl/lightwidget/cfwl_widgetproperties.h", "xfa/fwl/theme/cfwl_arrowdata.cpp", "xfa/fwl/theme/cfwl_arrowdata.h", "xfa/fwl/theme/cfwl_barcodetp.cpp", |