From 447b1f3ffc7e0df233d15300bbf8a85ce2bc7278 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 8 Dec 2016 10:06:32 -0800 Subject: Move xfa/fwl/core to xfa/fwl. The core/ directory in FWL no-longer provides any context. This Cl moves all of the core/ files up to the fwl/ folder. As well, the CFWL_EvtFoo files are renamed CFWL_EventFoo and the CFWL_MsgFoo files are renamed CFWL_MessageFoo. The event and message preceed the type in order to keep the files sorted together and to make it clear that they're all related. Review-Url: https://codereview.chromium.org/2559173002 --- BUILD.gn | 194 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 97 insertions(+), 97 deletions(-) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index c6d90365b5..2a680c0b80 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1197,103 +1197,103 @@ 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_app.cpp", - "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", - "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_evtcheckword.cpp", - "xfa/fwl/core/cfwl_evtcheckword.h", - "xfa/fwl/core/cfwl_evtmouse.cpp", - "xfa/fwl/core/cfwl_evtmouse.h", - "xfa/fwl/core/cfwl_evtscroll.cpp", - "xfa/fwl/core/cfwl_evtscroll.h", - "xfa/fwl/core/cfwl_evtselectchanged.cpp", - "xfa/fwl/core/cfwl_evtselectchanged.h", - "xfa/fwl/core/cfwl_evttextchanged.cpp", - "xfa/fwl/core/cfwl_evttextchanged.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", - "xfa/fwl/core/cfwl_msgkillfocus.h", - "xfa/fwl/core/cfwl_msgmouse.cpp", - "xfa/fwl/core/cfwl_msgmouse.h", - "xfa/fwl/core/cfwl_msgmousewheel.cpp", - "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", - "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", - "xfa/fwl/core/cfwl_themepart.cpp", - "xfa/fwl/core/cfwl_themepart.h", - "xfa/fwl/core/cfwl_themetext.h", - "xfa/fwl/core/cfwl_timer.cpp", - "xfa/fwl/core/cfwl_timer.h", - "xfa/fwl/core/cfwl_timerinfo.cpp", - "xfa/fwl/core/cfwl_timerinfo.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_widgetdef.h", - "xfa/fwl/core/fwl_widgethit.h", - "xfa/fwl/core/ifwl_adaptertimermgr.h", - "xfa/fwl/core/ifwl_themeprovider.h", - "xfa/fwl/core/ifwl_widgetdelegate.h", - "xfa/fwl/core/ifwl_widgetmgrdelegate.h", + "xfa/fwl/cfwl_app.cpp", + "xfa/fwl/cfwl_app.h", + "xfa/fwl/cfwl_barcode.cpp", + "xfa/fwl/cfwl_barcode.h", + "xfa/fwl/cfwl_caret.cpp", + "xfa/fwl/cfwl_caret.h", + "xfa/fwl/cfwl_checkbox.cpp", + "xfa/fwl/cfwl_checkbox.h", + "xfa/fwl/cfwl_combobox.cpp", + "xfa/fwl/cfwl_combobox.h", + "xfa/fwl/cfwl_comboboxproxy.cpp", + "xfa/fwl/cfwl_comboboxproxy.h", + "xfa/fwl/cfwl_comboedit.cpp", + "xfa/fwl/cfwl_comboedit.h", + "xfa/fwl/cfwl_combolist.cpp", + "xfa/fwl/cfwl_combolist.h", + "xfa/fwl/cfwl_datetimeedit.cpp", + "xfa/fwl/cfwl_datetimeedit.h", + "xfa/fwl/cfwl_datetimepicker.cpp", + "xfa/fwl/cfwl_datetimepicker.h", + "xfa/fwl/cfwl_edit.cpp", + "xfa/fwl/cfwl_edit.h", + "xfa/fwl/cfwl_event.cpp", + "xfa/fwl/cfwl_event.h", + "xfa/fwl/cfwl_eventcheckword.cpp", + "xfa/fwl/cfwl_eventcheckword.h", + "xfa/fwl/cfwl_eventmouse.cpp", + "xfa/fwl/cfwl_eventmouse.h", + "xfa/fwl/cfwl_eventscroll.cpp", + "xfa/fwl/cfwl_eventscroll.h", + "xfa/fwl/cfwl_eventselectchanged.cpp", + "xfa/fwl/cfwl_eventselectchanged.h", + "xfa/fwl/cfwl_eventtarget.cpp", + "xfa/fwl/cfwl_eventtarget.h", + "xfa/fwl/cfwl_eventtextchanged.cpp", + "xfa/fwl/cfwl_eventtextchanged.h", + "xfa/fwl/cfwl_eventvalidate.cpp", + "xfa/fwl/cfwl_eventvalidate.h", + "xfa/fwl/cfwl_form.cpp", + "xfa/fwl/cfwl_form.h", + "xfa/fwl/cfwl_formproxy.cpp", + "xfa/fwl/cfwl_formproxy.h", + "xfa/fwl/cfwl_listbox.cpp", + "xfa/fwl/cfwl_listbox.h", + "xfa/fwl/cfwl_listitem.cpp", + "xfa/fwl/cfwl_listitem.h", + "xfa/fwl/cfwl_message.cpp", + "xfa/fwl/cfwl_message.h", + "xfa/fwl/cfwl_messagekey.cpp", + "xfa/fwl/cfwl_messagekey.h", + "xfa/fwl/cfwl_messagekillfocus.cpp", + "xfa/fwl/cfwl_messagekillfocus.h", + "xfa/fwl/cfwl_messagemouse.cpp", + "xfa/fwl/cfwl_messagemouse.h", + "xfa/fwl/cfwl_messagemousewheel.cpp", + "xfa/fwl/cfwl_messagemousewheel.h", + "xfa/fwl/cfwl_messagesetfocus.cpp", + "xfa/fwl/cfwl_messagesetfocus.h", + "xfa/fwl/cfwl_monthcalendar.cpp", + "xfa/fwl/cfwl_monthcalendar.h", + "xfa/fwl/cfwl_notedriver.cpp", + "xfa/fwl/cfwl_notedriver.h", + "xfa/fwl/cfwl_noteloop.cpp", + "xfa/fwl/cfwl_noteloop.h", + "xfa/fwl/cfwl_picturebox.cpp", + "xfa/fwl/cfwl_picturebox.h", + "xfa/fwl/cfwl_pushbutton.cpp", + "xfa/fwl/cfwl_pushbutton.h", + "xfa/fwl/cfwl_scrollbar.cpp", + "xfa/fwl/cfwl_scrollbar.h", + "xfa/fwl/cfwl_spinbutton.cpp", + "xfa/fwl/cfwl_spinbutton.h", + "xfa/fwl/cfwl_sysbtn.cpp", + "xfa/fwl/cfwl_sysbtn.h", + "xfa/fwl/cfwl_themebackground.h", + "xfa/fwl/cfwl_themepart.cpp", + "xfa/fwl/cfwl_themepart.h", + "xfa/fwl/cfwl_themetext.h", + "xfa/fwl/cfwl_timer.cpp", + "xfa/fwl/cfwl_timer.h", + "xfa/fwl/cfwl_timerinfo.cpp", + "xfa/fwl/cfwl_timerinfo.h", + "xfa/fwl/cfwl_widget.cpp", + "xfa/fwl/cfwl_widget.h", + "xfa/fwl/cfwl_widgetmgr.cpp", + "xfa/fwl/cfwl_widgetmgr.h", + "xfa/fwl/cfwl_widgetproperties.cpp", + "xfa/fwl/cfwl_widgetproperties.h", + "xfa/fwl/cfx_barcode.cpp", + "xfa/fwl/cfx_barcode.h", + "xfa/fwl/fwl_error.h", + "xfa/fwl/fwl_widgetdef.h", + "xfa/fwl/fwl_widgethit.h", + "xfa/fwl/ifwl_adaptertimermgr.h", + "xfa/fwl/ifwl_themeprovider.h", + "xfa/fwl/ifwl_widgetdelegate.h", + "xfa/fwl/ifwl_widgetmgrdelegate.h", "xfa/fwl/theme/cfwl_arrowdata.cpp", "xfa/fwl/theme/cfwl_arrowdata.h", "xfa/fwl/theme/cfwl_barcodetp.cpp", -- cgit v1.2.3