1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:47:46 +00:00

Meta: Port recent changes to the GN build

fbfb70f81a
This commit is contained in:
Timothy Flynn 2023-12-01 20:33:04 -05:00 committed by Andreas Kling
parent e6fc18d96a
commit 97665fa92f

View file

@ -64,6 +64,7 @@ executable("WebContent") {
"//Ladybird/Utilities.cpp", "//Ladybird/Utilities.cpp",
"//Userland/Services/WebContent/ConnectionFromClient.cpp", "//Userland/Services/WebContent/ConnectionFromClient.cpp",
"//Userland/Services/WebContent/ConsoleGlobalEnvironmentExtensions.cpp", "//Userland/Services/WebContent/ConsoleGlobalEnvironmentExtensions.cpp",
"//Userland/Services/WebContent/PageClient.cpp",
"//Userland/Services/WebContent/PageHost.cpp", "//Userland/Services/WebContent/PageHost.cpp",
"//Userland/Services/WebContent/WebContentConsoleClient.cpp", "//Userland/Services/WebContent/WebContentConsoleClient.cpp",
"//Userland/Services/WebContent/WebDriverConnection.cpp", "//Userland/Services/WebContent/WebDriverConnection.cpp",