mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 02:07:34 +00:00
18 lines
449 B
Text
18 lines
449 B
Text
import("//Meta/gn/build/toolchain/compiler.gni")
|
|
|
|
group("default") {
|
|
deps = [
|
|
"//Ladybird: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
|
|
}
|