Title: [191767] trunk/Source/WebKit2
Revision
191767
Author
achristen...@apple.com
Date
2015-10-29 17:41:39 -0700 (Thu, 29 Oct 2015)

Log Message

EFL build fix after r191749

* CMakeLists.txt:
Only Mac should include the Cocoa directory.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/CMakeLists.txt (191766 => 191767)


--- trunk/Source/WebKit2/CMakeLists.txt	2015-10-30 00:20:10 UTC (rev 191766)
+++ trunk/Source/WebKit2/CMakeLists.txt	2015-10-30 00:41:39 UTC (rev 191767)
@@ -28,7 +28,6 @@
     "${WEBKIT2_DIR}/UIProcess"
     "${WEBKIT2_DIR}/UIProcess/API"
     "${WEBKIT2_DIR}/UIProcess/API/C"
-    "${WEBKIT2_DIR}/UIProcess/API/Cocoa"
     "${WEBKIT2_DIR}/UIProcess/API/cpp"
     "${WEBKIT2_DIR}/UIProcess/Authentication"
     "${WEBKIT2_DIR}/UIProcess/Databases"

Modified: trunk/Source/WebKit2/ChangeLog (191766 => 191767)


--- trunk/Source/WebKit2/ChangeLog	2015-10-30 00:20:10 UTC (rev 191766)
+++ trunk/Source/WebKit2/ChangeLog	2015-10-30 00:41:39 UTC (rev 191767)
@@ -1,3 +1,10 @@
+2015-10-29  Alex Christensen  <achristen...@webkit.org>
+
+        EFL build fix after r191749
+
+        * CMakeLists.txt:
+        Only Mac should include the Cocoa directory.
+
 2015-10-29  Tim Horton  <timothy_hor...@apple.com>
 
         WKView being inside WKWebView leads to weird API issues
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to