[Webkit-unassigned] [Bug 196704] New: [Meta][CMake] Libraries should be able to be built in isolation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 8 14:04:24 PDT 2019


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

            Bug ID: 196704
           Summary: [Meta][CMake] Libraries should be able to be built in
                    isolation
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CMake
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: don.olmstead at sony.com

Currently the CMake build does not mimic libraries being built in isolation. This can lead to some flakiness and potential sources of error due to how includes work within a webkit library/framework.

As an example headers are all placed into ForwardingHeaders. This means that someone could include include a WebCore header from inside JavaScriptCore. Same goes for the DerviedSources which all output to the same root.

Each library/framework should be built similar to an external project within CMake.

-- 
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/20190408/0639f557/attachment-0001.html>


More information about the webkit-unassigned mailing list