Meta: Remove base64 utility from the GN build

This commit is contained in:
Timothy Flynn 2024-06-03 20:12:08 -04:00 committed by Andreas Kling
parent a089c00e02
commit f5ed7d5d9c
Notes: sideshowbarker 2024-07-17 21:26:19 +09:00
2 changed files with 0 additions and 11 deletions

View file

@ -6,7 +6,6 @@ group("default") {
"//Meta/Lagom/Tools/CodeGenerators/IPCCompiler",
"//Tests",
"//Userland/Libraries/LibWeb",
"//Userland/Utilities:base64",
"//Userland/Utilities:js",
]
testonly = true

View file

@ -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" ]