Title: [195998] trunk/Source
Revision
195998
Author
achristen...@apple.com
Date
2016-02-01 17:51:14 -0800 (Mon, 01 Feb 2016)

Log Message

Fix CMake build.

* PlatformMac.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (195997 => 195998)


--- trunk/Source/WebCore/ChangeLog	2016-02-02 01:42:54 UTC (rev 195997)
+++ trunk/Source/WebCore/ChangeLog	2016-02-02 01:51:14 UTC (rev 195998)
@@ -1,3 +1,9 @@
+2016-02-01  Alex Christensen  <achristen...@webkit.org>
+
+        Fix CMake build.
+
+        * PlatformMac.cmake:
+
 2016-02-01  Brady Eidson  <beid...@apple.com>
 
         Modern IDB: Cursors (still) do not keep their opening request alive.

Modified: trunk/Source/WebCore/PlatformMac.cmake (195997 => 195998)


--- trunk/Source/WebCore/PlatformMac.cmake	2016-02-02 01:42:54 UTC (rev 195997)
+++ trunk/Source/WebCore/PlatformMac.cmake	2016-02-02 01:51:14 UTC (rev 195998)
@@ -354,7 +354,9 @@
 
     platform/graphics/avfoundation/objc/AudioTrackPrivateAVFObjC.mm
     platform/graphics/avfoundation/objc/AudioTrackPrivateMediaSourceAVFObjC.cpp
+    platform/graphics/avfoundation/objc/CDMSessionAVContentKeySession.mm
     platform/graphics/avfoundation/objc/CDMSessionAVFoundationObjC.mm
+    platform/graphics/avfoundation/objc/CDMSessionAVStreamSession.mm
     platform/graphics/avfoundation/objc/CDMSessionMediaSourceAVFObjC.mm
     platform/graphics/avfoundation/objc/InbandTextTrackPrivateAVFObjC.mm
     platform/graphics/avfoundation/objc/InbandTextTrackPrivateLegacyAVFObjC.mm

Modified: trunk/Source/WebKit2/ChangeLog (195997 => 195998)


--- trunk/Source/WebKit2/ChangeLog	2016-02-02 01:42:54 UTC (rev 195997)
+++ trunk/Source/WebKit2/ChangeLog	2016-02-02 01:51:14 UTC (rev 195998)
@@ -1,3 +1,9 @@
+2016-02-01  Alex Christensen  <achristen...@webkit.org>
+
+        Fix CMake build.
+
+        * PlatformMac.cmake:
+
 2016-02-01  Dan Bernstein  <m...@apple.com>
 
         More iOS build fix.

Modified: trunk/Source/WebKit2/PlatformMac.cmake (195997 => 195998)


--- trunk/Source/WebKit2/PlatformMac.cmake	2016-02-02 01:42:54 UTC (rev 195997)
+++ trunk/Source/WebKit2/PlatformMac.cmake	2016-02-02 01:51:14 UTC (rev 195998)
@@ -4,6 +4,7 @@
 find_library(QUARTZ_LIBRARY Quartz)
 add_definitions(-iframework ${QUARTZ_LIBRARY}/Frameworks)
 add_definitions(-iframework ${CARBON_LIBRARY}/Frameworks)
+add_definitions(-DWK_XPC_SERVICE_SUFFIX=".Development")
 
 list(APPEND WebKit2_LIBRARIES
     WebKit
@@ -399,6 +400,7 @@
 
 set(XPCService_SOURCES
     Shared/EntryPointUtilities/mac/XPCService/XPCServiceEntryPoint.mm
+    Shared/EntryPointUtilities/mac/XPCService/XPCServiceMain.mm
 )
 
 set(WebProcess_SOURCES
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to