BUILD.gn 440 B

123456789101112131415161718
  1. import("//Meta/gn/build/toolchain/compiler.gni")
  2. group("default") {
  3. deps = [
  4. "//Ladybird",
  5. "//Meta/Lagom/Tools/CodeGenerators/IPCCompiler",
  6. "//Tests",
  7. "//Userland/Libraries/LibWeb",
  8. "//Userland/Utilities:js",
  9. ]
  10. testonly = true
  11. }
  12. # A pool called "console" in the root BUILD.gn is magic and represents ninja's
  13. # built-in console pool. (Requires a GN with `gn --version` >= 552353.)
  14. pool("console") {
  15. depth = 1
  16. }