Title: [152591] trunk/Source/WebCore
- Revision
- 152591
- Author
- [email protected]
- Date
- 2013-07-12 07:42:08 -0700 (Fri, 12 Jul 2013)
Log Message
[EFL] --minimal build fails while linking libwebcore_efl.so
https://bugs.webkit.org/show_bug.cgi?id=118549
Patch by Oleg Beletski <[email protected]> on 2013-07-12
Reviewed by Christophe Dumez.
* CMakeLists.txt:
Moving file plugins/PluginPackage.cpp to ENABLE_NETSCAPE_PLUGIN_API block.
Modified Paths
Diff
Modified: trunk/Source/WebCore/CMakeLists.txt (152590 => 152591)
--- trunk/Source/WebCore/CMakeLists.txt 2013-07-12 13:16:05 UTC (rev 152590)
+++ trunk/Source/WebCore/CMakeLists.txt 2013-07-12 14:42:08 UTC (rev 152591)
@@ -2102,7 +2102,6 @@
plugins/PluginData.cpp
plugins/PluginDebug.cpp
plugins/PluginMainThreadScheduler.cpp
- plugins/PluginPackage.cpp
plugins/PluginStream.cpp
plugins/PluginView.cpp
@@ -2610,6 +2609,7 @@
if (ENABLE_NETSCAPE_PLUGIN_API)
list(APPEND WebCore_SOURCES
+ plugins/PluginPackage.cpp
plugins/npapi.cpp
)
else ()
Modified: trunk/Source/WebCore/ChangeLog (152590 => 152591)
--- trunk/Source/WebCore/ChangeLog 2013-07-12 13:16:05 UTC (rev 152590)
+++ trunk/Source/WebCore/ChangeLog 2013-07-12 14:42:08 UTC (rev 152591)
@@ -1,3 +1,13 @@
+2013-07-12 Oleg Beletski <[email protected]>
+
+ [EFL] --minimal build fails while linking libwebcore_efl.so
+ https://bugs.webkit.org/show_bug.cgi?id=118549
+
+ Reviewed by Christophe Dumez.
+
+ * CMakeLists.txt:
+ Moving file plugins/PluginPackage.cpp to ENABLE_NETSCAPE_PLUGIN_API block.
+
2013-07-12 Allan Sandfeld Jensen <[email protected]>
Insufficient viewport repaints when FrameView::paintsEntireContents
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes