build: add GN build files

PR-URL: https://github.com/nodejs/node/pull/47637
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
This commit is contained in:
Cheng Zhao
2023-11-11 18:51:05 +09:00
committed by GitHub
parent f45bb801b6
commit 32af45d241
36 changed files with 1923 additions and 0 deletions

14
deps/llhttp/BUILD.gn vendored Normal file
View File

@@ -0,0 +1,14 @@
##############################################################################
# #
# DO NOT EDIT THIS FILE! #
# #
##############################################################################
# This file is used by GN for building, which is NOT the build system used for
# building official binaries.
# Please modify the gyp files if you are making changes to build system.
import("unofficial.gni")
llhttp_gn_build("llhttp") {
}