summaryrefslogtreecommitdiff
path: root/cef_paths.gypi
diff options
context:
space:
mode:
authorMarshall Greenblatt <magreenblatt@gmail.com>2022-02-18 15:43:30 -0500
committerMarshall Greenblatt <magreenblatt@gmail.com>2022-02-18 16:23:11 -0500
commit28c7f040016a0271ec2612cc5021599fb55a1054 (patch)
tree2161d48188a6306d2c89c0b228491b74e84757f0 /cef_paths.gypi
parentdc0a45d429fceeb16c32c2bb88b31b42d29a5503 (diff)
downloadcef-28c7f040016a0271ec2612cc5021599fb55a1054.tar.gz
Delete cef_web_plugin.h and plugin-related APIs (see issue #3047)
This functionality stopped being relevant after the removal of Flash support in January 2021. The last remaining PPAPI plugin (PDF viewer) will switch to a non-plugin implementation (PdfUnseasoned) in M100.
Diffstat (limited to 'cef_paths.gypi')
-rw-r--r--cef_paths.gypi16
1 files changed, 1 insertions, 15 deletions
diff --git a/cef_paths.gypi b/cef_paths.gypi
index 3e41e2ae..f3d2a9d1 100644
--- a/cef_paths.gypi
+++ b/cef_paths.gypi
@@ -8,7 +8,7 @@
# by hand. See the translator.README.txt file in the tools directory for
# more information.
#
-# $hash=872dedb7e5a2f36745446c3d0c9ad8bd5850adb7$
+# $hash=3d75809bdc9a72a0df9df727981f0796b7ddbbc8$
#
{
@@ -84,7 +84,6 @@
'include/cef_v8.h',
'include/cef_values.h',
'include/cef_waitable_event.h',
- 'include/cef_web_plugin.h',
'include/cef_x509_certificate.h',
'include/cef_xml_reader.h',
'include/cef_zip_reader.h',
@@ -183,7 +182,6 @@
'include/capi/cef_v8_capi.h',
'include/capi/cef_values_capi.h',
'include/capi/cef_waitable_event_capi.h',
- 'include/capi/cef_web_plugin_capi.h',
'include/capi/cef_x509_certificate_capi.h',
'include/capi/cef_xml_reader_capi.h',
'include/capi/cef_zip_reader_capi.h',
@@ -500,12 +498,6 @@
'libcef_dll/ctocpp/views/view_delegate_ctocpp.h',
'libcef_dll/cpptoc/waitable_event_cpptoc.cc',
'libcef_dll/cpptoc/waitable_event_cpptoc.h',
- 'libcef_dll/cpptoc/web_plugin_info_cpptoc.cc',
- 'libcef_dll/cpptoc/web_plugin_info_cpptoc.h',
- 'libcef_dll/ctocpp/web_plugin_info_visitor_ctocpp.cc',
- 'libcef_dll/ctocpp/web_plugin_info_visitor_ctocpp.h',
- 'libcef_dll/ctocpp/web_plugin_unstable_callback_ctocpp.cc',
- 'libcef_dll/ctocpp/web_plugin_unstable_callback_ctocpp.h',
'libcef_dll/cpptoc/views/window_cpptoc.cc',
'libcef_dll/cpptoc/views/window_cpptoc.h',
'libcef_dll/ctocpp/views/window_delegate_ctocpp.cc',
@@ -810,12 +802,6 @@
'libcef_dll/cpptoc/views/view_delegate_cpptoc.h',
'libcef_dll/ctocpp/waitable_event_ctocpp.cc',
'libcef_dll/ctocpp/waitable_event_ctocpp.h',
- 'libcef_dll/ctocpp/web_plugin_info_ctocpp.cc',
- 'libcef_dll/ctocpp/web_plugin_info_ctocpp.h',
- 'libcef_dll/cpptoc/web_plugin_info_visitor_cpptoc.cc',
- 'libcef_dll/cpptoc/web_plugin_info_visitor_cpptoc.h',
- 'libcef_dll/cpptoc/web_plugin_unstable_callback_cpptoc.cc',
- 'libcef_dll/cpptoc/web_plugin_unstable_callback_cpptoc.h',
'libcef_dll/ctocpp/views/window_ctocpp.cc',
'libcef_dll/ctocpp/views/window_ctocpp.h',
'libcef_dll/cpptoc/views/window_delegate_cpptoc.cc',