Title: [218886] trunk/Source
Revision
218886
Author
[email protected]
Date
2017-06-28 12:46:10 -0700 (Wed, 28 Jun 2017)

Log Message

Fix CMake build.

* PlatformMac.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (218885 => 218886)


--- trunk/Source/WebCore/ChangeLog	2017-06-28 19:35:39 UTC (rev 218885)
+++ trunk/Source/WebCore/ChangeLog	2017-06-28 19:46:10 UTC (rev 218886)
@@ -1,3 +1,9 @@
+2017-06-28  Alex Christensen  <[email protected]>
+
+        Fix CMake build.
+
+        * PlatformMac.cmake:
+
 2017-06-28  Antoine Quint  <[email protected]>
 
         Remove unnecessary `const double` method arguments

Modified: trunk/Source/WebCore/PlatformMac.cmake (218885 => 218886)


--- trunk/Source/WebCore/PlatformMac.cmake	2017-06-28 19:35:39 UTC (rev 218885)
+++ trunk/Source/WebCore/PlatformMac.cmake	2017-06-28 19:46:10 UTC (rev 218886)
@@ -612,6 +612,7 @@
     platform/text/mac/TextBoundaries.mm
     platform/text/mac/TextCodecMac.cpp
 
+    rendering/RenderThemeCocoa.mm
     rendering/RenderThemeMac.mm
     rendering/TextAutoSizing.cpp
 )

Modified: trunk/Source/WebKit2/ChangeLog (218885 => 218886)


--- trunk/Source/WebKit2/ChangeLog	2017-06-28 19:35:39 UTC (rev 218885)
+++ trunk/Source/WebKit2/ChangeLog	2017-06-28 19:46:10 UTC (rev 218886)
@@ -1,3 +1,9 @@
+2017-06-28  Alex Christensen  <[email protected]>
+
+        Fix CMake build.
+
+        * PlatformMac.cmake:
+
 2017-06-28  Wenson Hsieh  <[email protected]>
 
         [iOS DnD] [WK2] Dragged content flashes after the preview sets down when cancelling a drag

Modified: trunk/Source/WebKit2/PlatformMac.cmake (218885 => 218886)


--- trunk/Source/WebKit2/PlatformMac.cmake	2017-06-28 19:35:39 UTC (rev 218885)
+++ trunk/Source/WebKit2/PlatformMac.cmake	2017-06-28 19:46:10 UTC (rev 218886)
@@ -391,6 +391,7 @@
 file(MAKE_DIRECTORY ${DERIVED_SOURCES_WEBKIT2_DIR})
 
 list(APPEND WebKit2_INCLUDE_DIRECTORIES
+    "${PAL_DIR}"
     "${WEBKIT2_DIR}/NetworkProcess/cocoa"
     "${WEBKIT2_DIR}/NetworkProcess/mac"
     "${WEBKIT2_DIR}/PluginProcess/mac"
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to