| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 020eee26e084cca3575f86197bc1b03aa2ce01e5..f45b2176f08a09bf42c8a176c7443933ab0dfbdb 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -1238,6 +1238,8 @@ if (pdf_enable_xfa) {
|
| "xfa/fwl/core/cfwl_picturebox.h",
|
| "xfa/fwl/core/cfwl_pushbutton.cpp",
|
| "xfa/fwl/core/cfwl_pushbutton.h",
|
| + "xfa/fwl/core/cfwl_sysbtn.cpp",
|
| + "xfa/fwl/core/cfwl_sysbtn.h",
|
| "xfa/fwl/core/cfwl_themebackground.h",
|
| "xfa/fwl/core/cfwl_themepart.h",
|
| "xfa/fwl/core/cfwl_themetext.h",
|
| @@ -1283,6 +1285,7 @@ if (pdf_enable_xfa) {
|
| "xfa/fwl/core/ifwl_formproxy.h",
|
| "xfa/fwl/core/ifwl_listbox.cpp",
|
| "xfa/fwl/core/ifwl_listbox.h",
|
| + "xfa/fwl/core/ifwl_listboxdp.h",
|
| "xfa/fwl/core/ifwl_monthcalendar.cpp",
|
| "xfa/fwl/core/ifwl_monthcalendar.h",
|
| "xfa/fwl/core/ifwl_picturebox.cpp",
|
| @@ -1296,6 +1299,8 @@ if (pdf_enable_xfa) {
|
| "xfa/fwl/core/ifwl_themeprovider.h",
|
| "xfa/fwl/core/ifwl_timer.cpp",
|
| "xfa/fwl/core/ifwl_timer.h",
|
| + "xfa/fwl/core/ifwl_timerinfo.cpp",
|
| + "xfa/fwl/core/ifwl_timerinfo.h",
|
| "xfa/fwl/core/ifwl_tooltip.cpp",
|
| "xfa/fwl/core/ifwl_tooltip.h",
|
| "xfa/fwl/core/ifwl_widget.cpp",
|
| @@ -1328,6 +1333,7 @@ if (pdf_enable_xfa) {
|
| "xfa/fwl/theme/cfwl_utils.h",
|
| "xfa/fwl/theme/cfwl_widgettp.cpp",
|
| "xfa/fwl/theme/cfwl_widgettp.h",
|
| + "xfa/fwl/theme/ifwl_monthcalendardp.h",
|
| "xfa/fxbarcode/BC_Dimension.cpp",
|
| "xfa/fxbarcode/BC_Dimension.h",
|
| "xfa/fxbarcode/BC_Library.cpp",
|
|
|