mirror of
https://github.com/nodejs/node.git
synced 2024-11-24 20:29:23 +01:00
efe5b81df9
Start moving src/crypto functionality out to a separate dep that can be shared with other projects that need to emulate Node.js crypto behavior. PR-URL: https://github.com/nodejs/node/pull/53803 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
15 lines
637 B
Plaintext
15 lines
637 B
Plaintext
##############################################################################
|
|
# #
|
|
# 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")
|
|
|
|
ncrypto_gn_build("ncrypto") {
|
|
}
|