0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-21 21:19:50 +01:00

build: drop base64 dep in GN build

PR-URL: https://github.com/nodejs/node/pull/52856
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
This commit is contained in:
Cheng 2024-05-08 10:43:25 +09:00 committed by GitHub
parent 951af83033
commit 95c16b2baf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -139,7 +139,6 @@ template("node_gn_build") {
public_deps = [
"deps/ada",
"deps/uv",
"deps/base64",
"deps/simdjson",
"$node_v8_path",
]