[Webkit-unassigned] [Bug 182757] REGRESSION(r228431) [CMake][Ninja] Fails to compile TestWebCore due to missing WebCore's derived headers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 14 11:10:59 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=182757

--- Comment #3 from Don Olmstead <don.olmstead at sony.com> ---
What if instead of ${FRAMEWORK} being dependent on ${FRAMEWORK}ForwardingHeaders it was flipped so that it was ${FRAMEWORK}ForwardingHeaders was reliant on ${FRAMEWORK}. That way you could target the derived sources in the list of headers.

It seems like this problem exists currently just the fact that WebCore has so many headers that this sort of race condition can occur.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180214/0e2d56a0/attachment.html>


More information about the webkit-unassigned mailing list