summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2016-02-09 10:18:11 -0800
committerTom Sepez <tsepez@chromium.org>2016-02-09 10:18:11 -0800
commitc74acf4552944c5485b1175c008708d19b57d322 (patch)
tree11556c712418376dd21bda153e75a40cda94d5cd /BUILD.gn
parent11d93559cea7a0894e05249e7dac2035ad79994e (diff)
downloadpdfium-c74acf4552944c5485b1175c008708d19b57d322.tar.xz
Several pure virtual IFWL_Adapter* classes not implemented.
The routines that would return them always return NULL. Some path, however, didn't previously check for NULL. Those must have been bugs; treat such cases as unreachable. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1679103002 .
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn3
1 files changed, 0 insertions, 3 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 6ece5e7a90..c793d74df7 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -776,9 +776,6 @@ if (pdf_enable_xfa) {
static_library("xfa") {
sources = [
"xfa/include/foxitxfa.h",
- "xfa/include/fwl/adapter/fwl_adapterclipboardmgr.h",
- "xfa/include/fwl/adapter/fwl_adaptercursormgr.h",
- "xfa/include/fwl/adapter/fwl_adaptermonitormgr.h",
"xfa/include/fwl/adapter/fwl_adapternative.h",
"xfa/include/fwl/adapter/fwl_adapterthreadmgr.h",
"xfa/include/fwl/adapter/fwl_adaptertimermgr.h",