mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:37:34 +00:00
Meta: Port ad440f9e9a
to gn build
This commit is contained in:
parent
616e61ee23
commit
ef03e73844
2 changed files with 3 additions and 0 deletions
|
@ -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",
|
||||
|
|
|
@ -3,6 +3,7 @@ source_set("Platform") {
|
|||
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
||||
sources = [
|
||||
"AudioCodecPlugin.cpp",
|
||||
"AudioCodecPluginAgnostic.cpp",
|
||||
"EventLoopPlugin.cpp",
|
||||
"EventLoopPluginSerenity.cpp",
|
||||
"FontPlugin.cpp",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue