mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:57:45 +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/link_qt.gni")
|
||||||
import("//Ladybird/moc_qt_objects.gni")
|
import("//Ladybird/moc_qt_objects.gni")
|
||||||
|
import("//Meta/gn/build/libs/pulse/enable.gni")
|
||||||
|
|
||||||
moc_qt_objects("generate_moc") {
|
moc_qt_objects("generate_moc") {
|
||||||
sources = [
|
sources = [
|
||||||
|
@ -30,6 +31,7 @@ executable("WebContent") {
|
||||||
deps = [
|
deps = [
|
||||||
":generate_moc",
|
":generate_moc",
|
||||||
"//AK",
|
"//AK",
|
||||||
|
"//Meta/gn/build/libs/pulse",
|
||||||
"//Userland/Libraries/LibCore",
|
"//Userland/Libraries/LibCore",
|
||||||
"//Userland/Libraries/LibFileSystem",
|
"//Userland/Libraries/LibFileSystem",
|
||||||
"//Userland/Libraries/LibGfx",
|
"//Userland/Libraries/LibGfx",
|
||||||
|
|
|
@ -3,6 +3,7 @@ source_set("Platform") {
|
||||||
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
deps = [ "//Userland/Libraries/LibWeb:all_generated" ]
|
||||||
sources = [
|
sources = [
|
||||||
"AudioCodecPlugin.cpp",
|
"AudioCodecPlugin.cpp",
|
||||||
|
"AudioCodecPluginAgnostic.cpp",
|
||||||
"EventLoopPlugin.cpp",
|
"EventLoopPlugin.cpp",
|
||||||
"EventLoopPluginSerenity.cpp",
|
"EventLoopPluginSerenity.cpp",
|
||||||
"FontPlugin.cpp",
|
"FontPlugin.cpp",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue