Bug 201001
Summary: | [WinCairo] WebProcess and NetWorkprocess aren't build automatically when building MiniBrowser. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Basuke Suzuki <basuke> |
Component: | Platform | Assignee: | Stephan Szabo <stephan.szabo> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | basuke, don.olmstead, Hironori.Fujii |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Basuke Suzuki
Using Visual Studio 2019. WebKit library is created, but not WebProcess nor NetworkProcess. Once I build entire solution, they're built.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Fujii Hironori
Bug 210033 – [CMake] Add WebKit::WebKit target
It will fix this.
Don Olmstead
*** This bug has been marked as a duplicate of bug 210033 ***
Don Olmstead
With the WebKit::WebKit target the process' are dependents of that target. So this will all be built before.