summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2018-01-29 21:34:56 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-01-29 21:34:56 +0000
commit8308b8c3dfad425942d4aba19a6b85049beff6f4 (patch)
treeada0bf0c19f846b1f45ac4eba165c6dcadaa5063 /BUILD.gn
parentc30eb662f8a8ea20564e887182e422fd5c4e2099 (diff)
downloadpdfium-8308b8c3dfad425942d4aba19a6b85049beff6f4.tar.xz
Add common base class between CXFA_FFComboBox and CXFA_FFListBox
This CL adds a CXFA_FFDropDown to serve as a base class for the CXFA_FFComboBox and CXFA_FFListBox and adds a virtual InsertItem and DeleteItem methods. Change-Id: I325ffc579ed42a4755bae0c4d18667f8a9458950 Reviewed-on: https://pdfium-review.googlesource.com/24550 Reviewed-by: Henrique Nakashima <hnakashima@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
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 4fe979e3d0..bcb0e7ef32 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -2023,6 +2023,8 @@ if (pdf_enable_xfa) {
"xfa/fxfa/cxfa_ffdoc.h",
"xfa/fxfa/cxfa_ffdocview.cpp",
"xfa/fxfa/cxfa_ffdocview.h",
+ "xfa/fxfa/cxfa_ffdropdown.cpp",
+ "xfa/fxfa/cxfa_ffdropdown.h",
"xfa/fxfa/cxfa_ffexclgroup.cpp",
"xfa/fxfa/cxfa_ffexclgroup.h",
"xfa/fxfa/cxfa_fffield.cpp",