ladybird/Meta/gn/secondary/BUILD.gn
2024-06-04 07:45:42 +02:00

18 lines
440 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
}
# 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
}