Bug 240285
| Summary: | [Xcode] Fix dependency cycles caused by Safari header imports | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Elliott Williams <emw> |
| Component: | Tools / Tests | Assignee: | Elliott Williams <emw> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Elliott Williams
There are a number of locations where we include an internally-available header produced by a target that depends on WebKit. These _usually_ don't fail the build when the build order in manually specified, but cause problems when building with "dependency order" target-level parallelism. They are true cycles, so we need to fix them.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Elliott Williams
Pull request: https://github.com/WebKit/WebKit/pull/581
Elliott Williams
rdar://90491841
EWS
Committed r295067 (251162@main): <https://commits.webkit.org/251162@main>
Reviewed commits have been landed. Closing PR #581 and removing active labels.