[CMake] Move RunLoop to WebCore/platform
authorparoga@webkit.org <paroga@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 15 Feb 2012 16:01:36 +0000 (16:01 +0000)
committerparoga@webkit.org <paroga@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 15 Feb 2012 16:01:36 +0000 (16:01 +0000)
https://bugs.webkit.org/show_bug.cgi?id=78504

Reviewed by Adam Roben.

Source/WebCore:

r105475 moved RunLoop.cpp from WebKit2 to WebCore, but missed the CMake based ports.

* CMakeLists.txt:
* PlatformWinCE.cmake:

Source/WebKit2:

* CMakeLists.txt: Remove RunLoop.cpp from list of souces.

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@107820 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebCore/CMakeLists.txt
Source/WebCore/ChangeLog
Source/WebCore/PlatformWinCE.cmake
Source/WebKit2/CMakeLists.txt
Source/WebKit2/ChangeLog

index de090e6..a73b264 100644 (file)
@@ -1075,6 +1075,7 @@ SET(WebCore_SOURCES
     platform/MIMETypeRegistry.cpp
     platform/MemoryPressureHandler.cpp
     platform/PlatformEvent.cpp
+    platform/RunLoop.cpp
     platform/RuntimeApplicationChecks.cpp
     platform/ScrollAnimator.cpp
     platform/ScrollableArea.cpp
index eb3a739..d0cc41f 100644 (file)
@@ -1,3 +1,15 @@
+2012-02-15  Patrick Gansterer  <paroga@webkit.org>
+
+        [CMake] Move RunLoop to WebCore/platform
+        https://bugs.webkit.org/show_bug.cgi?id=78504
+
+        Reviewed by Adam Roben.
+
+        r105475 moved RunLoop.cpp from WebKit2 to WebCore, but missed the CMake based ports.
+
+        * CMakeLists.txt:
+        * PlatformWinCE.cmake:
+
 2012-02-15  Zoltan Herczeg  <zherczeg@webkit.org>
 
         Remove clipToImageBuffer from SourceAlpha and feComposite
index 48ce75a..6345711 100644 (file)
@@ -61,6 +61,7 @@ LIST(APPEND WebCore_SOURCES
     platform/win/PopupMenuWin.cpp
     platform/win/PlatformMouseEventWin.cpp
     platform/win/PlatformScreenWin.cpp
+    platform/win/RunLoopWin.cpp
     platform/win/SSLKeyGeneratorWin.cpp
     platform/win/ScrollbarThemeWin.cpp
     platform/win/SearchPopupMenuWin.cpp
index 0414d13..b2e835a 100644 (file)
@@ -101,7 +101,6 @@ SET(WebKit2_SOURCES
 
     Platform/Logging.cpp
     Platform/Module.cpp
-    Platform/RunLoop.cpp
     Platform/WorkQueue.cpp
 
     PluginProcess/PluginControllerProxy.cpp
index 3fa9c45..a7aa22e 100644 (file)
@@ -1,3 +1,12 @@
+2012-02-15  Patrick Gansterer  <paroga@webkit.org>
+
+        [CMake] Move RunLoop to WebCore/platform
+        https://bugs.webkit.org/show_bug.cgi?id=78504
+
+        Reviewed by Adam Roben.
+
+        * CMakeLists.txt: Remove RunLoop.cpp from list of souces.
+
 2012-02-14  Simon Hausmann  <simon.hausmann@nokia.com>
 
         [Qt] Eliminate first set of QtWidgets dependencies from WebCore