UI: Separate headless-browser into multiple files

The main goal here is to improve maintainability of headless-browser.
This commit is contained in:
Timothy Flynn
2024-10-10 11:56:27 -04:00
committed by Andreas Kling
parent 79365c9519
commit 567a6cc02d
8 changed files with 891 additions and 746 deletions

View File

@@ -1,5 +1,8 @@
set(SOURCES
${LADYBIRD_SOURCES}
Application.cpp
HeadlessWebView.cpp
Test.cpp
main.cpp
)