Bug 312070

Summary: [CMake] Decouple LayoutTestHelper from DumpRenderTree build system
Product: WebKit Reporter: pascoe <pascoe>
Component: CMakeAssignee: pascoe <pascoe>
Status: NEW    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 312071, 312017    
Bug Blocks:    

pascoe@apple.com
Reported 2026-04-11 20:05:46 PDT
LayoutTestHelper.m imports DumpRenderTree/config.h, which pulls in JSC headers via the DRT build system. The CMake Tools patch works around this with a stub config.h containing only #include <wtf/Platform.h>. The import should be removed or replaced with a direct include.
Attachments
Note You need to log in before you can comment on or make changes to this bug.