mirror of
https://github.com/nodejs/node.git
synced 2024-11-30 15:30:56 +01:00
3d09e579d3
This commit introduces an experimental implementation of the Web Storage API using SQLite as the backing data store. PR-URL: https://github.com/nodejs/node/pull/52435 Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev>
15 lines
635 B
Plaintext
15 lines
635 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")
|
|
|
|
sqlite_gn_build("sqlite") {
|
|
}
|