ladybird/Meta/gn/secondary/Userland/Libraries/LibWeb/Platform/BUILD.gn
Zaggy1024 9f44fcbded Everywhere: Remove AudioCodecPlugin and Qt Multimedia
These are no longer needed now that audio is played through
PlaybackManager.
2025-10-27 17:28:49 -07:00

12 lines
311 B
Text

source_set("Platform") {
configs += [ "//Userland/Libraries/LibWeb:configs" ]
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
sources = [
"EventLoopPlugin.cpp",
"EventLoopPluginSerenity.cpp",
"FontPlugin.cpp",
"ImageCodecPlugin.cpp",
"Timer.cpp",
"TimerSerenity.cpp",
]
}