Title: [160363] trunk/Source/WebKit2
Revision
160363
Author
[email protected]
Date
2013-12-10 07:23:17 -0800 (Tue, 10 Dec 2013)

Log Message

Try to fix the EFL build

* CMakeLists.txt: Remove DrawingAreaImpl.cpp from the global list.
* PlatformGTK.cmake: Move it to the GTK+ specific list.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/CMakeLists.txt (160362 => 160363)


--- trunk/Source/WebKit2/CMakeLists.txt	2013-12-10 14:33:16 UTC (rev 160362)
+++ trunk/Source/WebKit2/CMakeLists.txt	2013-12-10 15:23:17 UTC (rev 160363)
@@ -549,7 +549,6 @@
 
     WebProcess/WebPage/DecoderAdapter.cpp
     WebProcess/WebPage/DrawingArea.cpp
-    WebProcess/WebPage/DrawingAreaImpl.cpp
     WebProcess/WebPage/EncoderAdapter.cpp
     WebProcess/WebPage/EventDispatcher.cpp
     WebProcess/WebPage/FindController.cpp

Modified: trunk/Source/WebKit2/ChangeLog (160362 => 160363)


--- trunk/Source/WebKit2/ChangeLog	2013-12-10 14:33:16 UTC (rev 160362)
+++ trunk/Source/WebKit2/ChangeLog	2013-12-10 15:23:17 UTC (rev 160363)
@@ -1,5 +1,12 @@
 2013-12-10  Martin Robinson  <[email protected]>
 
+        Try to fix the EFL build
+
+        * CMakeLists.txt: Remove DrawingAreaImpl.cpp from the global list.
+        * PlatformGTK.cmake: Move it to the GTK+ specific list.
+
+2013-12-10  Martin Robinson  <[email protected]>
+
         Various fixes for the CMake GTK+ build
 
         Reviewed by Gustavo Noronha.

Modified: trunk/Source/WebKit2/PlatformGTK.cmake (160362 => 160363)


--- trunk/Source/WebKit2/PlatformGTK.cmake	2013-12-10 14:33:16 UTC (rev 160362)
+++ trunk/Source/WebKit2/PlatformGTK.cmake	2013-12-10 15:23:17 UTC (rev 160363)
@@ -277,6 +277,8 @@
 
     WebProcess/WebCoreSupport/soup/WebFrameNetworkingContext.cpp
 
+    WebProcess/WebPage/DrawingAreaImpl.cpp
+
     WebProcess/WebPage/atk/WebPageAccessibilityObjectAtk.cpp
 
     WebProcess/WebPage/gtk/LayerTreeHostGtk.cpp
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to