Bug 312070
| Summary: | [CMake] Decouple LayoutTestHelper from DumpRenderTree build system | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | pascoe <pascoe> |
| Component: | CMake | Assignee: | 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
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |