diff options
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1260,6 +1260,10 @@ if (pdf_enable_xfa) { "xfa/fwl/core/cfwl_themepart.cpp", "xfa/fwl/core/cfwl_themepart.h", "xfa/fwl/core/cfwl_themetext.h", + "xfa/fwl/core/cfwl_timer.cpp", + "xfa/fwl/core/cfwl_timer.h", + "xfa/fwl/core/cfwl_timerinfo.cpp", + "xfa/fwl/core/cfwl_timerinfo.h", "xfa/fwl/core/cfwl_widget.cpp", "xfa/fwl/core/cfwl_widget.h", "xfa/fwl/core/cfwl_widgetmgr.cpp", @@ -1311,10 +1315,6 @@ if (pdf_enable_xfa) { "xfa/fwl/core/ifwl_spinbutton.cpp", "xfa/fwl/core/ifwl_spinbutton.h", "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_widget.cpp", "xfa/fwl/core/ifwl_widget.h", "xfa/fwl/core/ifwl_widgetdelegate.h", |