File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2625,11 +2625,10 @@ if (PORT STREQUAL GTK OR PORT STREQUAL WPE)
26252625endif ()
26262626
26272627if (ENABLE_MALLOC_HEAP_BREAKDOWN)
2628- list (APPEND WebCore_FRAMEWORKS ${MALLOC_HEAP_BREAKDOWN_FRAMEWORKS } )
2628+ list (APPEND WebCore_LIBRARIES ${MALLOC_HEAP_BREAKDOWN_LIBRARIES } )
26292629endif ()
26302630
26312631list (APPEND WebCoreTestSupport_LIBRARIES ${WebCore_LIBRARIES} )
2632- list (APPEND WebCoreTestSupport_FRAMEWORKS ${WebCore_FRAMEWORKS} )
26332632list (APPEND WebCoreTestSupport_PRIVATE_LIBRARIES ${WebCore_PRIVATE_LIBRARIES} )
26342633list (APPEND WebCoreTestSupport_DEPENDENCIES WebCore)
26352634
Original file line number Diff line number Diff line change @@ -725,10 +725,6 @@ if (NOT USE_SYSTEM_MALLOC)
725725 list (APPEND WebKit_FRAMEWORKS bmalloc)
726726endif ()
727727
728- if (ENABLE_MALLOC_HEAP_BREAKDOWN)
729- list (APPEND WebKit_FRAMEWORKS ${MALLOC_HEAP_BREAKDOWN_FRAMEWORKS} )
730- endif ()
731-
732728set (WebProcess_LIBRARIES WebKit)
733729set (NetworkProcess_LIBRARIES WebKit)
734730set (GPUProcess_LIBRARIES WebKit)
Original file line number Diff line number Diff line change @@ -697,7 +697,7 @@ set(bmalloc_LIBRARIES
697697)
698698
699699if (ENABLE_MALLOC_HEAP_BREAKDOWN)
700- list (APPEND bmalloc_FRAMEWORKS ${MALLOC_HEAP_BREAKDOWN_FRAMEWORKS } )
700+ list (APPEND bmalloc_LIBRARIES ${MALLOC_HEAP_BREAKDOWN_LIBRARIES } )
701701endif ()
702702
703703if (ATOMICS_REQUIRE_LIBATOMIC)
Original file line number Diff line number Diff line change @@ -445,7 +445,7 @@ if (APPLE)
445445endif ()
446446
447447if (ENABLE_MALLOC_HEAP_BREAKDOWN)
448- set (MALLOC_HEAP_BREAKDOWN_FRAMEWORKS MallocHeapBreakdown)
448+ set (MALLOC_HEAP_BREAKDOWN_LIBRARIES MallocHeapBreakdown)
449449endif ()
450450
451451# Using DERIVED_SOURCES_DIR is deprecated
Original file line number Diff line number Diff line change @@ -424,7 +424,7 @@ if (USE_LIBBACKTRACE)
424424endif ()
425425
426426if (ENABLE_MALLOC_HEAP_BREAKDOWN)
427- set (MALLOC_HEAP_BREAKDOWN_FRAMEWORKS MallocHeapBreakdown)
427+ set (MALLOC_HEAP_BREAKDOWN_LIBRARIES MallocHeapBreakdown)
428428endif ()
429429
430430# Using DERIVED_SOURCES_DIR is deprecated
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ set(TestRunnerShared_DERIVED_SOURCES_DIR "${CMAKE_BINARY_DIR}/TestRunnerShared/D
4545set (DumpRenderTree_DERIVED_SOURCES_DIR "${CMAKE_BINARY_DIR } /DumpRenderTree/DerivedSources" )
4646set (WebKitTestRunner_DERIVED_SOURCES_DIR "${CMAKE_BINARY_DIR } /WebKitTestRunner/DerivedSources" )
4747
48- set (MallocHeapBreakdown_FRAMEWORK_HEADERS_DIR "${CMAKE_BINARY_DIR } /MallocHeapBreakdown/Headers" )
4948set (bmalloc_FRAMEWORK_HEADERS_DIR "${CMAKE_BINARY_DIR } /bmalloc/Headers" )
5049set (ANGLE_FRAMEWORK_HEADERS_DIR "${CMAKE_BINARY_DIR } /ANGLE/Headers" )
5150set (Skia_FRAMEWORK_HEADERS_DIR "${CMAKE_BINARY_DIR } /Skia/Headers" )
Original file line number Diff line number Diff line change @@ -151,10 +151,6 @@ if (NOT USE_SYSTEM_MALLOC)
151151 list (APPEND TestWTF_FRAMEWORKS bmalloc)
152152endif ()
153153
154- if (ENABLE_MALLOC_HEAP_BREAKDOWN)
155- list (APPEND TestWTF_FRAMEWORKS ${MALLOC_HEAP_BREAKDOWN_FRAMEWORKS} )
156- endif ()
157-
158154WEBKIT_EXECUTABLE_DECLARE (TestWTF )
159155
160156# TestJavaScriptCore definitions
You can’t perform that action at this time.
0 commit comments