summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-11-22 15:56:11 -0800
committerCommit bot <commit-bot@chromium.org>2016-11-22 15:56:11 -0800
commit1a7534a1a477323f7b8497e359f6af6e9bd54cd5 (patch)
tree0c3ad1071eb568a533d558086c1cc32728e396fe /BUILD.gn
parentd64372989fcb4e5af66f437ad7b8be343cb1aa67 (diff)
downloadpdfium-1a7534a1a477323f7b8497e359f6af6e9bd54cd5.tar.xz
Rename IFWL_App to CFWL_App
This class is not an interface but a concrete implementation. Rename to match. Review-Url: https://codereview.chromium.org/2521303002
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 9e58f5a8ac..6ce0545677 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1180,6 +1180,8 @@ 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_app.cpp",
+ "xfa/fwl/core/cfwl_app.h",
"xfa/fwl/core/cfwl_barcode.cpp",
"xfa/fwl/core/cfwl_barcode.h",
"xfa/fwl/core/cfwl_checkbox.cpp",
@@ -1276,8 +1278,6 @@ if (pdf_enable_xfa) {
"xfa/fwl/core/fwl_widgetdef.h",
"xfa/fwl/core/fwl_widgethit.h",
"xfa/fwl/core/ifwl_adaptertimermgr.h",
- "xfa/fwl/core/ifwl_app.cpp",
- "xfa/fwl/core/ifwl_app.h",
"xfa/fwl/core/ifwl_barcode.cpp",
"xfa/fwl/core/ifwl_barcode.h",
"xfa/fwl/core/ifwl_caret.cpp",