mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 16:47:45 +00:00
Meta: Add LibJS and its dependencies to gn build
This commit is contained in:
parent
1d3898f308
commit
165a67b115
5 changed files with 369 additions and 3 deletions
|
@ -4,9 +4,7 @@ group("default") {
|
|||
deps = [
|
||||
"//Meta/Lagom/Tools/CodeGenerators/IPCCompiler",
|
||||
"//Tests",
|
||||
"//Userland/Libraries/LibLocale",
|
||||
"//Userland/Libraries/LibTimeZone",
|
||||
"//Userland/Libraries/LibUnicode",
|
||||
"//Userland/Libraries/LibJS",
|
||||
]
|
||||
testonly = true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue