summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-11-23 16:03:10 -0800
committerCommit bot <commit-bot@chromium.org>2016-11-23 16:03:10 -0800
commit0ce11eef157b791c661d7e82e1c5641605b9f03d (patch)
treee5166163947824e52c417b4a65c2c7d965c00dad /BUILD.gn
parent2430b30088c3e3396ccf26a10d360d0553404bb0 (diff)
downloadpdfium-0ce11eef157b791c661d7e82e1c5641605b9f03d.tar.xz
Rename IFWL classes which do not have CFWL equivalents
This CL moves the IFWL classes that do not have CFWL class buddies to have the CFWL name. This CL leaves the tree in a weird state of having CFWL be two hierarchies, one of which is intertwined with the IFWL hierarchy. This should be commited just before the CL to move the rest of IFWL to CFWL. Review-Url: https://codereview.chromium.org/2525083002
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn40
1 files changed, 20 insertions, 20 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 37ae9e0580..00a22f0125 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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",