| Index: BUILD.gn
|
| diff --git a/BUILD.gn b/BUILD.gn
|
| index 2f3bd9ac200fff21a73c790d18ef0202462e7c19..1af2c28c55b922cbde6b3e6239c48655dad816b3 100644
|
| --- a/BUILD.gn
|
| +++ b/BUILD.gn
|
| @@ -1153,14 +1153,34 @@ if (pdf_enable_xfa) {
|
| "xfa/fgas/localization/fgas_locale.cpp",
|
| "xfa/fgas/localization/fgas_locale.h",
|
| "xfa/fgas/localization/fgas_localeimp.h",
|
| + "xfa/fwl/core/cfwl_barcode.cpp",
|
| + "xfa/fwl/core/cfwl_barcode.h",
|
| + "xfa/fwl/core/cfwl_checkbox.cpp",
|
| + "xfa/fwl/core/cfwl_checkbox.h",
|
| + "xfa/fwl/core/cfwl_combobox.cpp",
|
| + "xfa/fwl/core/cfwl_combobox.h",
|
| + "xfa/fwl/core/cfwl_datetimepicker.cpp",
|
| + "xfa/fwl/core/cfwl_datetimepicker.h",
|
| + "xfa/fwl/core/cfwl_edit.cpp",
|
| + "xfa/fwl/core/cfwl_edit.h",
|
| "xfa/fwl/core/cfwl_event.h",
|
| + "xfa/fwl/core/cfwl_listbox.cpp",
|
| + "xfa/fwl/core/cfwl_listbox.h",
|
| "xfa/fwl/core/cfwl_message.h",
|
| + "xfa/fwl/core/cfwl_picturebox.cpp",
|
| + "xfa/fwl/core/cfwl_picturebox.h",
|
| + "xfa/fwl/core/cfwl_pushbutton.cpp",
|
| + "xfa/fwl/core/cfwl_pushbutton.h",
|
| "xfa/fwl/core/cfwl_themebackground.h",
|
| "xfa/fwl/core/cfwl_themepart.h",
|
| "xfa/fwl/core/cfwl_themetext.h",
|
| + "xfa/fwl/core/cfwl_widget.cpp",
|
| + "xfa/fwl/core/cfwl_widget.h",
|
| "xfa/fwl/core/cfwl_widgetimpproperties.h",
|
| "xfa/fwl/core/cfwl_widgetmgr.cpp",
|
| "xfa/fwl/core/cfwl_widgetmgr.h",
|
| + "xfa/fwl/core/cfwl_widgetproperties.cpp",
|
| + "xfa/fwl/core/cfwl_widgetproperties.h",
|
| "xfa/fwl/core/cfx_barcode.cpp",
|
| "xfa/fwl/core/cfx_barcode.h",
|
| "xfa/fwl/core/fwl_error.h",
|
| @@ -1216,26 +1236,6 @@ if (pdf_enable_xfa) {
|
| "xfa/fwl/core/ifwl_widget.cpp",
|
| "xfa/fwl/core/ifwl_widget.h",
|
| "xfa/fwl/core/ifwl_widgetdelegate.h",
|
| - "xfa/fwl/lightwidget/cfwl_barcode.cpp",
|
| - "xfa/fwl/lightwidget/cfwl_barcode.h",
|
| - "xfa/fwl/lightwidget/cfwl_checkbox.cpp",
|
| - "xfa/fwl/lightwidget/cfwl_checkbox.h",
|
| - "xfa/fwl/lightwidget/cfwl_combobox.cpp",
|
| - "xfa/fwl/lightwidget/cfwl_combobox.h",
|
| - "xfa/fwl/lightwidget/cfwl_datetimepicker.cpp",
|
| - "xfa/fwl/lightwidget/cfwl_datetimepicker.h",
|
| - "xfa/fwl/lightwidget/cfwl_edit.cpp",
|
| - "xfa/fwl/lightwidget/cfwl_edit.h",
|
| - "xfa/fwl/lightwidget/cfwl_listbox.cpp",
|
| - "xfa/fwl/lightwidget/cfwl_listbox.h",
|
| - "xfa/fwl/lightwidget/cfwl_picturebox.cpp",
|
| - "xfa/fwl/lightwidget/cfwl_picturebox.h",
|
| - "xfa/fwl/lightwidget/cfwl_pushbutton.cpp",
|
| - "xfa/fwl/lightwidget/cfwl_pushbutton.h",
|
| - "xfa/fwl/lightwidget/cfwl_widget.cpp",
|
| - "xfa/fwl/lightwidget/cfwl_widget.h",
|
| - "xfa/fwl/lightwidget/cfwl_widgetproperties.cpp",
|
| - "xfa/fwl/lightwidget/cfwl_widgetproperties.h",
|
| "xfa/fwl/theme/cfwl_arrowdata.cpp",
|
| "xfa/fwl/theme/cfwl_arrowdata.h",
|
| "xfa/fwl/theme/cfwl_barcodetp.cpp",
|
|
|