These both require the same helper processes, and maintaining the same list in multiple places is error-prone. For example, I spent too long debugging why test-web was crashing, when the issue was that Compositor hadn't been rebuilt as test-web didn't depend on it. That problem can no longer happen if we define the same dependency list for both.
7 lines
111 B
CMake
7 lines
111 B
CMake
set(ladybird_helper_processes
|
|
Compositor
|
|
ImageDecoder
|
|
RequestServer
|
|
WebContent
|
|
WebWorker
|
|
)
|