diff options
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 40 |
1 files changed, 20 insertions, 20 deletions
@@ -1189,10 +1189,20 @@ if (pdf_enable_xfa) { "xfa/fwl/core/cfwl_app.h", "xfa/fwl/core/cfwl_barcode.cpp", "xfa/fwl/core/cfwl_barcode.h", + "xfa/fwl/core/cfwl_caret.cpp", + "xfa/fwl/core/cfwl_caret.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_comboboxproxy.cpp", + "xfa/fwl/core/cfwl_comboboxproxy.h", + "xfa/fwl/core/cfwl_comboedit.cpp", + "xfa/fwl/core/cfwl_comboedit.h", + "xfa/fwl/core/cfwl_combolist.cpp", + "xfa/fwl/core/cfwl_combolist.h", + "xfa/fwl/core/cfwl_datetimeedit.cpp", + "xfa/fwl/core/cfwl_datetimeedit.h", "xfa/fwl/core/cfwl_datetimepicker.cpp", "xfa/fwl/core/cfwl_datetimepicker.h", "xfa/fwl/core/cfwl_edit.cpp", @@ -1237,12 +1247,18 @@ if (pdf_enable_xfa) { "xfa/fwl/core/cfwl_evttextfull.h", "xfa/fwl/core/cfwl_evtvalidate.cpp", "xfa/fwl/core/cfwl_evtvalidate.h", + "xfa/fwl/core/cfwl_form.cpp", + "xfa/fwl/core/cfwl_form.h", + "xfa/fwl/core/cfwl_formproxy.cpp", + "xfa/fwl/core/cfwl_formproxy.h", "xfa/fwl/core/cfwl_listbox.cpp", "xfa/fwl/core/cfwl_listbox.h", "xfa/fwl/core/cfwl_listitem.cpp", "xfa/fwl/core/cfwl_listitem.h", "xfa/fwl/core/cfwl_message.cpp", "xfa/fwl/core/cfwl_message.h", + "xfa/fwl/core/cfwl_monthcalendar.cpp", + "xfa/fwl/core/cfwl_monthcalendar.h", "xfa/fwl/core/cfwl_msgkey.cpp", "xfa/fwl/core/cfwl_msgkey.h", "xfa/fwl/core/cfwl_msgkillfocus.cpp", @@ -1261,6 +1277,10 @@ 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_scrollbar.cpp", + "xfa/fwl/core/cfwl_scrollbar.h", + "xfa/fwl/core/cfwl_spinbutton.cpp", + "xfa/fwl/core/cfwl_spinbutton.h", "xfa/fwl/core/cfwl_sysbtn.cpp", "xfa/fwl/core/cfwl_sysbtn.h", "xfa/fwl/core/cfwl_themebackground.h", @@ -1285,40 +1305,20 @@ if (pdf_enable_xfa) { "xfa/fwl/core/ifwl_adaptertimermgr.h", "xfa/fwl/core/ifwl_barcode.cpp", "xfa/fwl/core/ifwl_barcode.h", - "xfa/fwl/core/ifwl_caret.cpp", - "xfa/fwl/core/ifwl_caret.h", "xfa/fwl/core/ifwl_checkbox.cpp", "xfa/fwl/core/ifwl_checkbox.h", "xfa/fwl/core/ifwl_combobox.cpp", "xfa/fwl/core/ifwl_combobox.h", - "xfa/fwl/core/ifwl_comboboxproxy.cpp", - "xfa/fwl/core/ifwl_comboboxproxy.h", - "xfa/fwl/core/ifwl_comboedit.cpp", - "xfa/fwl/core/ifwl_comboedit.h", - "xfa/fwl/core/ifwl_combolist.cpp", - "xfa/fwl/core/ifwl_combolist.h", - "xfa/fwl/core/ifwl_datetimeedit.cpp", - "xfa/fwl/core/ifwl_datetimeedit.h", "xfa/fwl/core/ifwl_datetimepicker.cpp", "xfa/fwl/core/ifwl_datetimepicker.h", "xfa/fwl/core/ifwl_edit.cpp", "xfa/fwl/core/ifwl_edit.h", - "xfa/fwl/core/ifwl_form.cpp", - "xfa/fwl/core/ifwl_form.h", - "xfa/fwl/core/ifwl_formproxy.cpp", - "xfa/fwl/core/ifwl_formproxy.h", "xfa/fwl/core/ifwl_listbox.cpp", "xfa/fwl/core/ifwl_listbox.h", - "xfa/fwl/core/ifwl_monthcalendar.cpp", - "xfa/fwl/core/ifwl_monthcalendar.h", "xfa/fwl/core/ifwl_picturebox.cpp", "xfa/fwl/core/ifwl_picturebox.h", "xfa/fwl/core/ifwl_pushbutton.cpp", "xfa/fwl/core/ifwl_pushbutton.h", - "xfa/fwl/core/ifwl_scrollbar.cpp", - "xfa/fwl/core/ifwl_scrollbar.h", - "xfa/fwl/core/ifwl_spinbutton.cpp", - "xfa/fwl/core/ifwl_spinbutton.h", "xfa/fwl/core/ifwl_themeprovider.h", "xfa/fwl/core/ifwl_widget.cpp", "xfa/fwl/core/ifwl_widget.h", |