Title: [214715] trunk/Tools
Revision
214715
Author
o...@webkit.org
Date
2017-04-01 03:25:11 -0700 (Sat, 01 Apr 2017)

Log Message

Unreviewed speculative Mac cmake buildfix after r214586, just for fun.
https://bugs.webkit.org/show_bug.cgi?id=161675

* WebKitTestRunner/PlatformMac.cmake:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (214714 => 214715)


--- trunk/Tools/ChangeLog	2017-04-01 08:14:15 UTC (rev 214714)
+++ trunk/Tools/ChangeLog	2017-04-01 10:25:11 UTC (rev 214715)
@@ -1,3 +1,10 @@
+2017-04-01  Csaba Osztrogonác  <o...@webkit.org>
+
+        Unreviewed speculative Mac cmake buildfix after r214586, just for fun.
+        https://bugs.webkit.org/show_bug.cgi?id=161675
+
+        * WebKitTestRunner/PlatformMac.cmake:
+
 2017-03-31  Jonathan Bedard  <jbed...@apple.com>
 
         webkitpy: Add target host concept

Modified: trunk/Tools/WebKitTestRunner/PlatformMac.cmake (214714 => 214715)


--- trunk/Tools/WebKitTestRunner/PlatformMac.cmake	2017-04-01 08:14:15 UTC (rev 214714)
+++ trunk/Tools/WebKitTestRunner/PlatformMac.cmake	2017-04-01 10:25:11 UTC (rev 214715)
@@ -29,6 +29,8 @@
     ${WEBKIT_TESTRUNNER_DIR}/cocoa
     ${WEBKIT_TESTRUNNER_DIR}/mac
     ${WEBKIT_TESTRUNNER_INJECTEDBUNDLE_DIR}/mac
+    ${WEBKIT_TESTRUNNER_SHARED_DIR}/EventSerialization/mac
+    ${WEBKIT_TESTRUNNER_SHARED_DIR}/spi
     ${CMAKE_SOURCE_DIR}/WebKitLibraries
 )
 
@@ -46,6 +48,9 @@
     ${WEBKIT_TESTRUNNER_INJECTEDBUNDLE_DIR}/mac/AccessibilityTextMarkerMac.mm
     ${WEBKIT_TESTRUNNER_INJECTEDBUNDLE_DIR}/mac/AccessibilityUIElementMac.mm
     ${WEBKIT_TESTRUNNER_INJECTEDBUNDLE_DIR}/mac/TestRunnerMac.mm
+
+    ${WEBKIT_TESTRUNNER_SHARED_DIR}/EventSerialization/mac/EventSerializerMac.mm
+    ${WEBKIT_TESTRUNNER_SHARED_DIR}/EventSerialization/mac/SharedEventStreamsMac.mm
 )
 
 list(APPEND WebKitTestRunner_SOURCES
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to