summaryrefslogtreecommitdiff
path: root/BUILD.gn
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-05-04 14:24:53 -0700
committerCommit bot <commit-bot@chromium.org>2016-05-04 14:24:53 -0700
commit55fa356c8ce72c597e75fc591fc67597b1c019d5 (patch)
tree14495a8fc3c21726c970069a696614d95bd11f6d /BUILD.gn
parentb7675f63684ebff68c688a1c7b160596b6747c3e (diff)
downloadpdfium-55fa356c8ce72c597e75fc591fc67597b1c019d5.tar.xz
Cleanup IFWL_Adapter interfaces.
This CL removes: * IFWL_AdapterNative * IFWL_Adapter{Widget|Thread}Mgr * IFWL_WidgetMgrDelegate * CFWL_SDAdapter{Widget|Thread}Mgr Methods which just returned have also been removed. Review-Url: https://codereview.chromium.org/1928963004
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn5
1 files changed, 0 insertions, 5 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 587bd408d3..f784f05d80 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1026,17 +1026,12 @@ if (pdf_enable_xfa) {
"xfa/fwl/core/fwl_formimp.h",
"xfa/fwl/core/fwl_noteimp.cpp",
"xfa/fwl/core/fwl_noteimp.h",
- "xfa/fwl/core/fwl_sdadapterimp.cpp",
- "xfa/fwl/core/fwl_sdadapterimp.h",
"xfa/fwl/core/fwl_timerimp.cpp",
"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_adapternative.h",
- "xfa/fwl/core/ifwl_adapterthreadmgr.h",
- "xfa/fwl/core/ifwl_adapterwidgetmgr.h",
"xfa/fwl/core/ifwl_app.h",
"xfa/fwl/core/ifwl_dataprovider.h",
"xfa/fwl/core/ifwl_form.h",