mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Meta: Port ad440f9e9a to gn build
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user