summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-12-07 17:01:58 -0800
committerCommit bot <commit-bot@chromium.org>2016-12-07 17:01:58 -0800
commit4614b45a6592530c4cd930f139c366ce20d359f4 (patch)
tree72a6098a19945cfbdf0877e6e2ba02323ebde33f /BUILD.gn
parent248cb27e64b3a25230f53fc2f4ab9d483facc5f9 (diff)
downloadpdfium-4614b45a6592530c4cd930f139c366ce20d359f4.tar.xz
Cleanup FWL Event and Message code.
This CL removes any CFWL_Evt classes for which nothing was listening to the events. For events with no parameters the override class was removed and the event type passed into CFWL_Event which is used instead. Any event or message parameters which are un-read have been removed. Review-Url: https://codereview.chromium.org/2530993002
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn24
1 files changed, 0 insertions, 24 deletions
diff --git a/BUILD.gn b/BUILD.gn
index a91feeb5a9..c6d90365b5 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1223,40 +1223,16 @@ if (pdf_enable_xfa) {
"xfa/fwl/core/cfwl_event.h",
"xfa/fwl/core/cfwl_eventtarget.cpp",
"xfa/fwl/core/cfwl_eventtarget.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",
- "xfa/fwl/core/cfwl_evtclick.h",
- "xfa/fwl/core/cfwl_evtclose.cpp",
- "xfa/fwl/core/cfwl_evtclose.h",
- "xfa/fwl/core/cfwl_evteditchanged.cpp",
- "xfa/fwl/core/cfwl_evteditchanged.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_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_evtselectchanged.cpp",
"xfa/fwl/core/cfwl_evtselectchanged.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_evttextchanged.cpp",
"xfa/fwl/core/cfwl_evttextchanged.h",
- "xfa/fwl/core/cfwl_evttextfull.cpp",
- "xfa/fwl/core/cfwl_evttextfull.h",
"xfa/fwl/core/cfwl_evtvalidate.cpp",
"xfa/fwl/core/cfwl_evtvalidate.h",
"xfa/fwl/core/cfwl_form.cpp",