summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authortsepez <tsepez@chromium.org>2016-05-25 15:24:31 -0700
committerCommit bot <commit-bot@chromium.org>2016-05-25 15:24:31 -0700
commit648575aaa8989be7071e7ec61293470a44cf2d94 (patch)
treefa9cdde2ef23b2a408c9ef037a52a0f4c3b86115 /BUILD.gn
parent1e2c557e0fa0e47c8bafdb31c833ea4f90f5fedd (diff)
downloadpdfium-648575aaa8989be7071e7ec61293470a44cf2d94.tar.xz
Rename fwl_widgetmgrimp.{cpp,h} to cfwl_widgetmgr.{cpp,h}
Review-Url: https://codereview.chromium.org/2004293004
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 c6c279e762..2d75349f7e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1030,6 +1030,8 @@ if (pdf_enable_xfa) {
"xfa/fwl/core/cfwl_themepart.h",
"xfa/fwl/core/cfwl_themetext.h",
"xfa/fwl/core/cfwl_widgetimpproperties.h",
+ "xfa/fwl/core/cfwl_widgetmgr.cpp",
+ "xfa/fwl/core/cfwl_widgetmgr.h",
"xfa/fwl/core/fwl_appimp.cpp",
"xfa/fwl/core/fwl_appimp.h",
"xfa/fwl/core/fwl_error.h",
@@ -1041,8 +1043,6 @@ if (pdf_enable_xfa) {
"xfa/fwl/core/fwl_widgetdef.h",
"xfa/fwl/core/fwl_widgetimp.cpp",
"xfa/fwl/core/fwl_widgetimp.h",
- "xfa/fwl/core/fwl_widgetmgrimp.cpp",
- "xfa/fwl/core/fwl_widgetmgrimp.h",
"xfa/fwl/core/ifwl_app.h",
"xfa/fwl/core/ifwl_dataprovider.h",
"xfa/fwl/core/ifwl_form.h",