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
2 changed files with 0 additions and 11 deletions

View File

@@ -6,7 +6,6 @@ group("default") {
"//Meta/Lagom/Tools/CodeGenerators/IPCCompiler", "//Meta/Lagom/Tools/CodeGenerators/IPCCompiler",
"//Tests", "//Tests",
"//Userland/Libraries/LibWeb", "//Userland/Libraries/LibWeb",
"//Userland/Utilities:base64",
"//Userland/Utilities:js", "//Userland/Utilities:js",
] ]
testonly = true 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") { executable("js") {
sources = [ "js.cpp" ] sources = [ "js.cpp" ]
include_dirs = [ "//Userland/Libraries" ] include_dirs = [ "//Userland/Libraries" ]