summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-04-04 12:08:40 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-04 12:08:40 -0700
commit221caf6f6f9810cbc0e0c4c50af9b036a052ae13 (patch)
treecbccfb1bd8b48387753c45604f0f85e52c48aa07 /BUILD.gn
parent6e56a5ebc88e05fe0bf05624eba9aeed57fa6d60 (diff)
downloadpdfium-221caf6f6f9810cbc0e0c4c50af9b036a052ae13.tar.xz
Cleanup the FF Handler proxy methods.
This CL removes the proxy methods from CXFA_FFWidgetHandler and CXFA_DocHandler and removes CXFA_FFMenuHandler as it was only proxy methods. The calls are made directly on the object now. Review URL: https://codereview.chromium.org/1857893002
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 855206e071..f056e3b1dc 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1426,7 +1426,6 @@ if (pdf_enable_xfa) {
"xfa/fxfa/app/xfa_fftextedit.cpp",
"xfa/fxfa/app/xfa_fftextedit.h",
"xfa/fxfa/app/xfa_ffwidget.cpp",
- "xfa/fxfa/app/xfa_ffwidget.h",
"xfa/fxfa/app/xfa_ffwidgetacc.cpp",
"xfa/fxfa/app/xfa_ffwidgetacc.h",
"xfa/fxfa/app/xfa_ffwidgethandler.cpp",
@@ -1534,6 +1533,7 @@ if (pdf_enable_xfa) {
"xfa/include/fxfa/xfa_ffdochandler.h",
"xfa/include/fxfa/xfa_ffdocview.h",
"xfa/include/fxfa/xfa_ffpageview.h",
+ "xfa/include/fxfa/xfa_ffwidget.h",
"xfa/include/fxfa/xfa_ffwidgethandler.h",
"xfa/include/fxfa/xfa_fontmgr.h",
"xfa/include/fxfa/xfa_rendercontext.h",