Title: [204946] trunk/Source/WebKit2
- Revision
- 204946
- Author
- [email protected]
- Date
- 2016-08-24 17:46:43 -0700 (Wed, 24 Aug 2016)
Log Message
cmake build broken by MessageRecorder removal
https://bugs.webkit.org/show_bug.cgi?id=161175
Patch by JF Bastien <[email protected]> on 2016-08-24
Reviewed by Dean Jackson.
* PlatformMac.cmake:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (204945 => 204946)
--- trunk/Source/WebKit2/ChangeLog 2016-08-24 23:58:45 UTC (rev 204945)
+++ trunk/Source/WebKit2/ChangeLog 2016-08-25 00:46:43 UTC (rev 204946)
@@ -1,3 +1,12 @@
+2016-08-24 JF Bastien <[email protected]>
+
+ cmake build broken by MessageRecorder removal
+ https://bugs.webkit.org/show_bug.cgi?id=161175
+
+ Reviewed by Dean Jackson.
+
+ * PlatformMac.cmake:
+
2016-08-24 Jonathan Bedard <[email protected]>
FocusController multiple dereferenced NULL pointers
Modified: trunk/Source/WebKit2/PlatformMac.cmake (204945 => 204946)
--- trunk/Source/WebKit2/PlatformMac.cmake 2016-08-24 23:58:45 UTC (rev 204945)
+++ trunk/Source/WebKit2/PlatformMac.cmake 2016-08-25 00:46:43 UTC (rev 204946)
@@ -42,8 +42,6 @@
NetworkProcess/mac/NetworkProcessMac.mm
NetworkProcess/mac/RemoteNetworkingContext.mm
- Platform/IPC/MessageRecorder.cpp
-
Platform/IPC/mac/ConnectionMac.mm
Platform/cf/ModuleCF.cpp
@@ -733,13 +731,3 @@
set(CMAKE_SHARED_LINKER_FLAGS ${CMAKE_SHARED_LINKER_FLAGS} "-compatibility_version 1 -current_version ${WEBKIT_MAC_VERSION}")
set(WebKit2_OUTPUT_NAME WebKit)
-
-add_custom_command(
- OUTPUT ${DERIVED_SOURCES_WEBKIT2_DIR}/MessageRecorderProbes.h
- MAIN_DEPENDENCY Platform/IPC/MessageRecorderProbes.d
- WORKING_DIRECTORY ${DERIVED_SOURCES_WEBKIT2_DIR}
- COMMAND dtrace -h -s ${WEBKIT2_DIR}/Platform/IPC/MessageRecorderProbes.d
- VERBATIM)
-list(APPEND WebKit2_SOURCES
- ${DERIVED_SOURCES_WEBKIT2_DIR}/MessageRecorderProbes.h
-)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes