mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
18 lines
440 B
Text
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
|
|
}
|