Title: [210479] trunk/Tools
Revision
210479
Author
[email protected]
Date
2017-01-07 10:51:46 -0800 (Sat, 07 Jan 2017)

Log Message

Another attempt to fix the Mac CMake build after r210467.

* DumpRenderTree/PlatformMac.cmake:
* WebKitTestRunner/PlatformMac.cmake:

Modified Paths

Diff

Modified: trunk/Tools/DumpRenderTree/PlatformMac.cmake (210478 => 210479)


--- trunk/Tools/DumpRenderTree/PlatformMac.cmake	2017-01-07 18:30:55 UTC (rev 210478)
+++ trunk/Tools/DumpRenderTree/PlatformMac.cmake	2017-01-07 18:51:46 UTC (rev 210479)
@@ -46,6 +46,7 @@
     ${DERIVED_SOURCES_DIR}/ForwardingHeaders/WebCore
     ${DERIVED_SOURCES_DIR}/ForwardingHeaders/WebKit
     ${DERIVED_SOURCES_DIR}/ForwardingHeaders/WebKitLegacy
+    ${WEBCORE_DIR}/testing/cocoa
 )
 
 # Common ${TestNetscapePlugIn_SOURCES} from CMakeLists.txt are C++ source files.

Modified: trunk/Tools/WebKitTestRunner/PlatformMac.cmake (210478 => 210479)


--- trunk/Tools/WebKitTestRunner/PlatformMac.cmake	2017-01-07 18:30:55 UTC (rev 210478)
+++ trunk/Tools/WebKitTestRunner/PlatformMac.cmake	2017-01-07 18:51:46 UTC (rev 210479)
@@ -23,6 +23,7 @@
     ${DERIVED_SOURCES_DIR}/ForwardingHeaders
     ${DERIVED_SOURCES_DIR}/ForwardingHeaders/_javascript_Core
     ${DERIVED_SOURCES_DIR}/ForwardingHeaders/WebCore
+    ${WEBCORE_DIR}/testing/cocoa
     ${WEBKIT_TESTRUNNER_DIR}/cf
     ${WEBKIT_TESTRUNNER_DIR}/cg
     ${WEBKIT_TESTRUNNER_DIR}/cocoa
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to