mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-20 11:36:10 +00:00
Meta: Remove base64 utility from the GN build
This commit is contained in:
parent
a089c00e02
commit
f5ed7d5d9c
Notes:
sideshowbarker
2024-07-17 21:26:19 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/f5ed7d5d9c Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/35
2 changed files with 0 additions and 11 deletions
|
@ -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" ]
|
||||
|
|
Loading…
Add table
Reference in a new issue