summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-11-22 15:42:07 -0800
committerCommit bot <commit-bot@chromium.org>2016-11-22 15:42:07 -0800
commitd64372989fcb4e5af66f437ad7b8be343cb1aa67 (patch)
treed95ffcf46b3990723ce08a8207d3f6af3c3c1b98 /BUILD.gn
parent5048731cf0b1221a81e76d7f6e95f24159bb87e2 (diff)
downloadpdfium-d64372989fcb4e5af66f437ad7b8be343cb1aa67.tar.xz
Rename IFWL_Timer and IFWL_TimerInfo
These twho files are not interfaces. Renamed to be CFWL to signify they are concrete implementations. Review-Url: https://codereview.chromium.org/2526513002
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn8
1 files changed, 4 insertions, 4 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 81b2c61733..9e58f5a8ac 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -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",