ladybird/Meta/gn/secondary/BUILD.gn
Andrew Kaster 4dbb73b360 Meta+Documentation+Ladybird: Update places that use ladybird filename
Fallout from 01feae24b2

These places referred to the filename "ladybird" directly, but we
changed the OUTPUT_NAME of ladybird to "Ladybird".
2023-10-27 07:11:35 +02:00

28 lines
622 B
Text

import("//Meta/gn/build/toolchain/compiler.gni")
group("default") {
deps = [
"//Ladybird",
"//Meta/Lagom/Tools/CodeGenerators/IPCCompiler",
"//Tests",
"//Userland/Libraries/LibWeb",
"//Userland/Utilities:js",
]
testonly = true
}
group("serenity") {
deps = [ "//Kernel(//Meta/gn/build/toolchain:serenity)" ]
}
group("macpdf") {
if (current_os == "mac") {
deps = [ "//Meta/Lagom/Contrib/MacPDF" ]
}
}
# A pool called "console" in the root BUILD.gn is magic and represents ninja's
# built-in console pool. (Requires a GN with `gn --version` >= 552353.)
pool("console") {
depth = 1
}