summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-11-16 18:15:02 -0800
committerCommit bot <commit-bot@chromium.org>2016-11-16 18:15:03 -0800
commit0baa5c719a44875789898e12c247b8c719c27815 (patch)
tree3b65e0076dedb6b526c9472fb246e0d78b6b846e /BUILD.gn
parent038a23f297963997d631d91fefdf97598585f3ba (diff)
downloadpdfium-0baa5c719a44875789898e12c247b8c719c27815.tar.xz
Split the common event classes out to files.
This CL splits the common event classes out to individual files instead of being created by the macro. The other classes will be split out in subsequent CLs. Review-Url: https://codereview.chromium.org/2507713003
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn19
1 files changed, 19 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 7b634a7e8a..d7cab2d3a3 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1178,7 +1178,26 @@ if (pdf_enable_xfa) {
"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_evtclick.cpp",
+ "xfa/fwl/core/cfwl_evtclick.h",
+ "xfa/fwl/core/cfwl_evtclose.cpp",
+ "xfa/fwl/core/cfwl_evtclose.h",
+ "xfa/fwl/core/cfwl_evtkey.cpp",
+ "xfa/fwl/core/cfwl_evtkey.h",
+ "xfa/fwl/core/cfwl_evtkillfocus.cpp",
+ "xfa/fwl/core/cfwl_evtkillfocus.h",
+ "xfa/fwl/core/cfwl_evtmouse.cpp",
+ "xfa/fwl/core/cfwl_evtmouse.h",
+ "xfa/fwl/core/cfwl_evtmousewheel.cpp",
+ "xfa/fwl/core/cfwl_evtmousewheel.h",
+ "xfa/fwl/core/cfwl_evtscroll.cpp",
+ "xfa/fwl/core/cfwl_evtscroll.h",
+ "xfa/fwl/core/cfwl_evtsetfocus.cpp",
+ "xfa/fwl/core/cfwl_evtsetfocus.h",
+ "xfa/fwl/core/cfwl_evtsizechanged.cpp",
+ "xfa/fwl/core/cfwl_evtsizechanged.h",
"xfa/fwl/core/cfwl_listbox.cpp",
"xfa/fwl/core/cfwl_listbox.h",
"xfa/fwl/core/cfwl_listitem.cpp",