NEW312070
[CMake] Decouple LayoutTestHelper from DumpRenderTree build system
https://bugs.webkit.org/show_bug.cgi?id=312070
Summary [CMake] Decouple LayoutTestHelper from DumpRenderTree build system
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.