Title: [160369] trunk/Source/WebKit2
Revision
160369
Author
[email protected]
Date
2013-12-10 08:47:49 -0800 (Tue, 10 Dec 2013)

Log Message

Unreviewed EFL build fix

* CMakeLists.txt: Remove UIProcess/DrawingAreaProxy.cpp.
* PlatformGTK.cmake: Add the file above.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/CMakeLists.txt (160368 => 160369)


--- trunk/Source/WebKit2/CMakeLists.txt	2013-12-10 16:43:25 UTC (rev 160368)
+++ trunk/Source/WebKit2/CMakeLists.txt	2013-12-10 16:47:49 UTC (rev 160369)
@@ -290,7 +290,6 @@
     UIProcess/APINavigationData.cpp
     UIProcess/BackingStore.cpp
     UIProcess/DrawingAreaProxy.cpp
-    UIProcess/DrawingAreaProxyImpl.cpp
     UIProcess/FindIndicator.cpp
     UIProcess/FrameLoadState.cpp
     UIProcess/GeolocationPermissionRequestManagerProxy.cpp

Modified: trunk/Source/WebKit2/ChangeLog (160368 => 160369)


--- trunk/Source/WebKit2/ChangeLog	2013-12-10 16:43:25 UTC (rev 160368)
+++ trunk/Source/WebKit2/ChangeLog	2013-12-10 16:47:49 UTC (rev 160369)
@@ -1,3 +1,10 @@
+2013-12-10  Michał Pakuła vel Rutka  <[email protected]>
+
+        Unreviewed EFL build fix
+
+        * CMakeLists.txt: Remove UIProcess/DrawingAreaProxy.cpp.
+        * PlatformGTK.cmake: Add the file above.
+
 2013-12-10  Martin Robinson  <[email protected]>
 
         [GTK] [CMake] Add support for building the WebKit injected bundle

Modified: trunk/Source/WebKit2/PlatformGTK.cmake (160368 => 160369)


--- trunk/Source/WebKit2/PlatformGTK.cmake	2013-12-10 16:43:25 UTC (rev 160368)
+++ trunk/Source/WebKit2/PlatformGTK.cmake	2013-12-10 16:47:49 UTC (rev 160369)
@@ -64,6 +64,7 @@
     Shared/soup/WebCoreArgumentCodersSoup.cpp
 
     UIProcess/DefaultUndoController.cpp
+    UIProcess/DrawingAreaProxyImpl.cpp
 
     UIProcess/API/C/CoordinatedGraphics/WKView.cpp
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to