Title: [208988] trunk/Tools
Revision
208988
Author
[email protected]
Date
2016-11-26 23:43:51 -0800 (Sat, 26 Nov 2016)

Log Message

Better fix for the Mac CMake build.

* DumpRenderTree/PlatformMac.cmake:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (208987 => 208988)


--- trunk/Tools/ChangeLog	2016-11-27 07:33:47 UTC (rev 208987)
+++ trunk/Tools/ChangeLog	2016-11-27 07:43:51 UTC (rev 208988)
@@ -1,5 +1,11 @@
 2016-11-26  Simon Fraser  <[email protected]>
 
+        Better fix for the Mac CMake build.
+
+        * DumpRenderTree/PlatformMac.cmake:
+
+2016-11-26  Simon Fraser  <[email protected]>
+
         Attempt to fix Mac CMake build.
 
         * DumpRenderTree/PlatformMac.cmake:

Modified: trunk/Tools/DumpRenderTree/PlatformMac.cmake (208987 => 208988)


--- trunk/Tools/DumpRenderTree/PlatformMac.cmake	2016-11-27 07:33:47 UTC (rev 208987)
+++ trunk/Tools/DumpRenderTree/PlatformMac.cmake	2016-11-27 07:43:51 UTC (rev 208988)
@@ -69,7 +69,6 @@
 list(APPEND DumpRenderTree_ObjC_SOURCES
     DefaultPolicyDelegate.m
     DumpRenderTreeFileDraggingSource.m
-    TestOptions.mm
 
     mac/AppleScriptController.m
     mac/DumpRenderTreePasteboard.m
@@ -89,6 +88,8 @@
 )
 
 list(APPEND DumpRenderTree_ObjCpp_SOURCES
+    TestOptions.mm
+
     mac/AccessibilityCommonMac.mm
     mac/AccessibilityControllerMac.mm
     mac/AccessibilityNotificationHandler.mm
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to