diff options
author | Tom Sepez <tsepez@chromium.org> | 2016-02-09 10:18:11 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2016-02-09 10:18:11 -0800 |
commit | c74acf4552944c5485b1175c008708d19b57d322 (patch) | |
tree | 11556c712418376dd21bda153e75a40cda94d5cd /BUILD.gn | |
parent | 11d93559cea7a0894e05249e7dac2035ad79994e (diff) | |
download | pdfium-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.gn | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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", |