summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-11-09 10:09:03 -0800
committerCommit bot <commit-bot@chromium.org>2016-11-09 10:09:03 -0800
commit3ff4deea307c38462393e4f83dabe32949338168 (patch)
treee99ff3fbe696997ef56c7d5a39537d5d26d0e74a /BUILD.gn
parent1e21c0d076cc6cc61f36a1835dc886f721fdc4d6 (diff)
downloadpdfium-3ff4deea307c38462393e4f83dabe32949338168.tar.xz
Rename IFWL_ListItem to CFWL_ListItem
This CL removes the empty IFWL_ListItem class and uses CFWL_ListItem in its place. As well, the CFWL_ComboListItem is removed and replaced with CFWL_ListItem. These were almost duplicate classes and the one missing field added to CFWL_ListItem. Review-Url: https://codereview.chromium.org/2487943003
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 945b5a9a5b..cf25d5a639 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1178,6 +1178,8 @@ if (pdf_enable_xfa) {
"xfa/fwl/core/cfwl_event.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.h",
"xfa/fwl/core/cfwl_picturebox.cpp",
"xfa/fwl/core/cfwl_picturebox.h",