From ef03e73844cd1160664307462aa3aeed7975a61c Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Fri, 4 Aug 2023 14:19:37 -0600 Subject: [PATCH] Meta: Port ad440f9e9ac6c9692cd7f61e06d2dab2a5d0c80c to gn build --- Meta/gn/secondary/Ladybird/WebContent/BUILD.gn | 2 ++ Meta/gn/secondary/Userland/Libraries/LibWeb/Platform/BUILD.gn | 1 + 2 files changed, 3 insertions(+) diff --git a/Meta/gn/secondary/Ladybird/WebContent/BUILD.gn b/Meta/gn/secondary/Ladybird/WebContent/BUILD.gn index 90636d3f04..99910f29af 100644 --- a/Meta/gn/secondary/Ladybird/WebContent/BUILD.gn +++ b/Meta/gn/secondary/Ladybird/WebContent/BUILD.gn @@ -1,5 +1,6 @@ import("//Ladybird/link_qt.gni") import("//Ladybird/moc_qt_objects.gni") +import("//Meta/gn/build/libs/pulse/enable.gni") moc_qt_objects("generate_moc") { sources = [ @@ -30,6 +31,7 @@ executable("WebContent") { deps = [ ":generate_moc", "//AK", + "//Meta/gn/build/libs/pulse", "//Userland/Libraries/LibCore", "//Userland/Libraries/LibFileSystem", "//Userland/Libraries/LibGfx", diff --git a/Meta/gn/secondary/Userland/Libraries/LibWeb/Platform/BUILD.gn b/Meta/gn/secondary/Userland/Libraries/LibWeb/Platform/BUILD.gn index 709eac7ff4..67e3c6675a 100644 --- a/Meta/gn/secondary/Userland/Libraries/LibWeb/Platform/BUILD.gn +++ b/Meta/gn/secondary/Userland/Libraries/LibWeb/Platform/BUILD.gn @@ -3,6 +3,7 @@ source_set("Platform") { deps = [ "//Userland/Libraries/LibWeb:all_generated" ] sources = [ "AudioCodecPlugin.cpp", + "AudioCodecPluginAgnostic.cpp", "EventLoopPlugin.cpp", "EventLoopPluginSerenity.cpp", "FontPlugin.cpp",