[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 13:31:53 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit e9fa1108639004baba9c1678207e421ef92e6cff
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Sat Sep 18 19:21:33 2010 +0000

    2010-09-18  Patrick Gansterer  <paroga at paroga.com>
    
            Reviewed by Eric Seidel.
    
            Move Plugin*None.cpp from CMakeLists.txt into CMakeListsEfl.txt
            https://bugs.webkit.org/show_bug.cgi?id=45900
    
            PluginDataNone.cpp and PluginViewNone.cpp are not used by all port.
            Move them into plaform sepcific build system.
    
            * CMakeLists.txt:
            * CMakeListsEfl.txt:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@67785 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/CMakeLists.txt b/WebCore/CMakeLists.txt
index bbf6ebe..2fb7d39 100644
--- a/WebCore/CMakeLists.txt
+++ b/WebCore/CMakeLists.txt
@@ -1327,9 +1327,7 @@ SET(WebCore_SOURCES
     plugins/DOMPluginArray.cpp
     plugins/DOMPlugin.cpp
     plugins/PluginData.cpp
-    plugins/PluginDataNone.cpp
     plugins/PluginMainThreadScheduler.cpp
-    plugins/PluginViewNone.cpp
 
     rendering/AutoTableLayout.cpp
     rendering/BidiRun.cpp
diff --git a/WebCore/CMakeListsEfl.txt b/WebCore/CMakeListsEfl.txt
index 6d41543..c892cf4 100644
--- a/WebCore/CMakeListsEfl.txt
+++ b/WebCore/CMakeListsEfl.txt
@@ -58,6 +58,8 @@ LIST(APPEND WebCore_SOURCES
   platform/graphics/efl/IntPointEfl.cpp
   platform/posix/FileSystemPOSIX.cpp
   platform/text/efl/TextBreakIteratorInternalICUEfl.cpp
+  plugins/PluginDataNone.cpp
+  plugins/PluginViewNone.cpp
 )
 
 IF (WTF_PLATFORM_CAIRO)
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index 08a0b81..11b19ef 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,16 @@
+2010-09-18  Patrick Gansterer  <paroga at paroga.com>
+
+        Reviewed by Eric Seidel.
+
+        Move Plugin*None.cpp from CMakeLists.txt into CMakeListsEfl.txt
+        https://bugs.webkit.org/show_bug.cgi?id=45900
+
+        PluginDataNone.cpp and PluginViewNone.cpp are not used by all port.
+        Move them into plaform sepcific build system.
+
+        * CMakeLists.txt:
+        * CMakeListsEfl.txt:
+
 2010-09-18  Andreas Kling  <andreas.kling at nokia.com>
 
         Reviewed by Simon Hausmann.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list