| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 99823cfea30100efe094cf57818d1b5532fb5b16..5666168e12b4060b65623f2cc9e00375cbcb061a 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",
|
|
|