summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2017-11-06 18:18:31 +0000
committerChromium commit bot <commit-bot@chromium.org>2017-11-06 18:18:31 +0000
commit52f011adbf4216e3507ccd5be6753762e0ff7b64 (patch)
treeb6a72c452af94f781f52ffdd530062adff705d91 /BUILD.gn
parent472bb7f919736ae58461f653597eb6854119cca9 (diff)
downloadpdfium-52f011adbf4216e3507ccd5be6753762e0ff7b64.tar.xz
Remove CXFA_FFDocHandler
None of the methods on this class are ever called. We check it once to make sure it exists, but the call to get it will create it so it will always exist. Change-Id: I5b53567c4835f4bb4fe52c42baf28d4290ea517f Reviewed-on: https://pdfium-review.googlesource.com/17852 Reviewed-by: Tom Sepez <tsepez@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 0 insertions, 2 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 626727d94e..c77c23672f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1687,8 +1687,6 @@ if (pdf_enable_xfa) {
"xfa/fxfa/cxfa_ffdatetimeedit.h",
"xfa/fxfa/cxfa_ffdoc.cpp",
"xfa/fxfa/cxfa_ffdoc.h",
- "xfa/fxfa/cxfa_ffdochandler.cpp",
- "xfa/fxfa/cxfa_ffdochandler.h",
"xfa/fxfa/cxfa_ffdocview.cpp",
"xfa/fxfa/cxfa_ffdocview.h",
"xfa/fxfa/cxfa_ffdraw.cpp",