mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Meta: Remove base64 utility from the GN build
This commit is contained in:
committed by
Andreas Kling
parent
a089c00e02
commit
f5ed7d5d9c
@@ -6,7 +6,6 @@ group("default") {
|
||||
"//Meta/Lagom/Tools/CodeGenerators/IPCCompiler",
|
||||
"//Tests",
|
||||
"//Userland/Libraries/LibWeb",
|
||||
"//Userland/Utilities:base64",
|
||||
"//Userland/Utilities:js",
|
||||
]
|
||||
testonly = true
|
||||
|
||||
@@ -1,13 +1,3 @@
|
||||
executable("base64") {
|
||||
sources = [ "base64.cpp" ]
|
||||
include_dirs = [ "//Userland/Libraries" ]
|
||||
deps = [
|
||||
"//AK",
|
||||
"//Userland/Libraries/LibCore",
|
||||
"//Userland/Libraries/LibMain",
|
||||
]
|
||||
}
|
||||
|
||||
executable("js") {
|
||||
sources = [ "js.cpp" ]
|
||||
include_dirs = [ "//Userland/Libraries" ]
|
||||
|
||||
Reference in New Issue
Block a user