summary refs log tree commit diff
path: root/pkgs/development/libraries/webkitgtk/plugin-none.patch
blob: 5e2b36bf62dd6c992d6875ba08818ed6c0bcb4e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
--- webkitgtk-2.4.9-orig/GNUmakefile.in	2016-02-02 13:23:23.000000000 -0500
+++ webkitgtk-2.4.9/GNUmakefile.in	2016-02-08 00:27:10.000000000 -0500
@@ -4799,6 +4799,8 @@
 	Source/WebCore/plugins/PluginViewBase.h \
 	Source/WebCore/plugins/PluginView.cpp \
 	Source/WebCore/plugins/PluginView.h \
+	Source/WebCore/plugins/PluginViewNone.cpp \
+	Source/WebCore/plugins/PluginPackageNone.cpp \
 	Source/WebCore/plugins/npapi.h \
 	Source/WebCore/plugins/npfunctions.h \
 	Source/WebCore/plugins/npruntime.h \
@@ -6375,6 +6377,8 @@
 	Source/WebCore/plugins/libWebCore_la-PluginPackage.lo \
 	Source/WebCore/plugins/libWebCore_la-PluginStream.lo \
 	Source/WebCore/plugins/libWebCore_la-PluginView.lo \
+	Source/WebCore/plugins/libWebCore_la-PluginViewNone.lo \
+	Source/WebCore/plugins/libWebCore_la-PluginPackageNone.lo \
 	Source/WebCore/rendering/libWebCore_la-AutoTableLayout.lo \
 	Source/WebCore/rendering/libWebCore_la-BidiRun.lo \
 	Source/WebCore/rendering/libWebCore_la-break_lines.lo \
@@ -10796,6 +10800,8 @@
 	Source/WebKit2/WebProcess/Plugins/libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la-PluginProcessConnectionManager.lo \
 	Source/WebKit2/WebProcess/Plugins/libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la-PluginProxy.lo \
 	Source/WebKit2/WebProcess/Plugins/libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la-PluginView.lo \
+	Source/WebKit2/WebProcess/Plugins/libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la-PluginViewNone.lo \
+	Source/WebKit2/WebProcess/Plugins/libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la-PluginPackageNone.lo \
 	Source/WebKit2/WebProcess/ResourceCache/libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la-WebResourceCacheManager.lo \
 	Source/WebKit2/WebProcess/Storage/libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la-StorageAreaImpl.lo \
 	Source/WebKit2/WebProcess/Storage/libwebkit2gtk_@WEBKITGTK_API_MAJOR_VERSION@_@WEBKITGTK_API_MINOR_VERSION@_la-StorageAreaMap.lo \
@@ -19503,6 +19509,8 @@
 	Source/WebCore/plugins/PluginViewBase.h \
 	Source/WebCore/plugins/PluginView.cpp \
 	Source/WebCore/plugins/PluginView.h \
+	Source/WebCore/plugins/PluginViewNone.cpp \
+	Source/WebCore/plugins/PluginPackageNone.cpp \
 	Source/WebCore/plugins/npapi.h \
 	Source/WebCore/plugins/npfunctions.h \
 	Source/WebCore/plugins/npruntime.h \