Meta: Port recent changes to the GN build

6dfb2f9dc8
This commit is contained in:
Timothy Flynn 2024-03-06 10:33:54 -05:00 committed by Tim Flynn
parent 8a602876d7
commit 33640c38d6
Notes: sideshowbarker 2024-07-17 22:09:47 +09:00
2 changed files with 0 additions and 3 deletions

View file

@ -56,7 +56,6 @@ executable("ladybird_executable") {
"SQLServer",
"WebContent",
"WebDriver",
"WebSocket",
"WebWorker",
]
deps = [
@ -325,7 +324,6 @@ if (current_os != "mac") {
"SQLServer",
"WebContent",
"WebDriver",
"WebSocket",
"WebWorker",
]
sources = [

View file

@ -68,7 +68,6 @@ executable("WebContent") {
"//Ladybird/Qt/EventLoopImplementationQtEventTarget.cpp",
"//Ladybird/Qt/RequestManagerQt.cpp",
"//Ladybird/Qt/StringUtils.cpp",
"//Ladybird/Qt/WebSocketClientManagerQt.cpp",
"//Ladybird/Qt/WebSocketImplQt.cpp",
"//Ladybird/Qt/WebSocketQt.cpp",
]