From df05cf7c369d38893df3ae5f593c1b6c650054ab Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Fri, 27 Jan 2023 15:49:13 -0500 Subject: deps: add ada as a dependency PR-URL: https://github.com/nodejs/node/pull/46410 Reviewed-By: James M Snell Reviewed-By: Benjamin Gruenbaum Reviewed-By: Tiancheng "Timothy" Gu Reviewed-By: Matteo Collina Reviewed-By: Rafael Gonzaga Reviewed-By: Robert Nagy --- node.gyp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'node.gyp') diff --git a/node.gyp b/node.gyp index b0f132efd8..94c5853ba4 100644 --- a/node.gyp +++ b/node.gyp @@ -457,6 +457,7 @@ 'deps/histogram/histogram.gyp:histogram', 'deps/uvwasi/uvwasi.gyp:uvwasi', 'deps/simdutf/simdutf.gyp:simdutf', + 'deps/ada/ada.gyp:ada', ], 'sources': [ @@ -976,6 +977,7 @@ 'deps/histogram/histogram.gyp:histogram', 'deps/uvwasi/uvwasi.gyp:uvwasi', 'deps/simdutf/simdutf.gyp:simdutf', + 'deps/ada/ada.gyp:ada', ], 'includes': [ @@ -1072,6 +1074,7 @@ '<(node_lib_target_name)', 'deps/histogram/histogram.gyp:histogram', 'deps/uvwasi/uvwasi.gyp:uvwasi', + 'deps/ada/ada.gyp:ada', ], 'includes': [ @@ -1141,6 +1144,7 @@ '<(node_lib_target_name)', 'deps/histogram/histogram.gyp:histogram', 'deps/uvwasi/uvwasi.gyp:uvwasi', + 'deps/ada/ada.gyp:ada', ], 'includes': [ -- cgit v1.2.1