summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-11-17 09:26:13 -0800
committerCommit bot <commit-bot@chromium.org>2016-11-17 09:26:13 -0800
commita43715b4cefc982baadd45510db8c4e428c2c8cd (patch)
tree205b3b262b7b9bbf07595bf7ebb7aac876713650 /BUILD.gn
parent4905c9f0474f4fc0a85f05d0eb8c34fb099a77f2 (diff)
downloadpdfium-a43715b4cefc982baadd45510db8c4e428c2c8cd.tar.xz
Convert single use EventTypes to class files.
This moves the remaining EventType class definitions to there own files where the EventType only has a single implementation. Review-Url: https://codereview.chromium.org/2508203002
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn6
1 files changed, 6 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 99823cfea3..5666168e12 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1180,6 +1180,8 @@ if (pdf_enable_xfa) {
"xfa/fwl/core/cfwl_edit.h",
"xfa/fwl/core/cfwl_event.cpp",
"xfa/fwl/core/cfwl_event.h",
+ "xfa/fwl/core/cfwl_evtcheckstatechanged.cpp",
+ "xfa/fwl/core/cfwl_evtcheckstatechanged.h",
"xfa/fwl/core/cfwl_evtcheckword.cpp",
"xfa/fwl/core/cfwl_evtcheckword.h",
"xfa/fwl/core/cfwl_evtclick.cpp",
@@ -1194,6 +1196,10 @@ if (pdf_enable_xfa) {
"xfa/fwl/core/cfwl_evtmouse.h",
"xfa/fwl/core/cfwl_evtmousewheel.cpp",
"xfa/fwl/core/cfwl_evtmousewheel.h",
+ "xfa/fwl/core/cfwl_evtpostdropdown.cpp",
+ "xfa/fwl/core/cfwl_evtpostdropdown.h",
+ "xfa/fwl/core/cfwl_evtpredropdown.cpp",
+ "xfa/fwl/core/cfwl_evtpredropdown.h",
"xfa/fwl/core/cfwl_evtscroll.cpp",
"xfa/fwl/core/cfwl_evtscroll.h",
"xfa/fwl/core/cfwl_evtsetfocus.cpp",