From 97665fa92fd2ac0d5c6279db93592914a3e2e676 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Fri, 1 Dec 2023 20:33:04 -0500 Subject: [PATCH] Meta: Port recent changes to the GN build fbfb70f81a459821055364cd36aaf7a3329471a3 --- Meta/gn/secondary/Ladybird/WebContent/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/Meta/gn/secondary/Ladybird/WebContent/BUILD.gn b/Meta/gn/secondary/Ladybird/WebContent/BUILD.gn index a8a5d5954b..8faf106fe3 100644 --- a/Meta/gn/secondary/Ladybird/WebContent/BUILD.gn +++ b/Meta/gn/secondary/Ladybird/WebContent/BUILD.gn @@ -64,6 +64,7 @@ executable("WebContent") { "//Ladybird/Utilities.cpp", "//Userland/Services/WebContent/ConnectionFromClient.cpp", "//Userland/Services/WebContent/ConsoleGlobalEnvironmentExtensions.cpp", + "//Userland/Services/WebContent/PageClient.cpp", "//Userland/Services/WebContent/PageHost.cpp", "//Userland/Services/WebContent/WebContentConsoleClient.cpp", "//Userland/Services/WebContent/WebDriverConnection.cpp",