Skip to content

Commit 4d357a8

Browse files
committed
build,tools: make addons tests work with GN
nodejs/node#50737
1 parent 2bb59c9 commit 4d357a8

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

patches/node/build_add_gn_build_files.patch

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2309,23 +2309,6 @@ diff --git a/tools/install.py b/tools/install.py
23092309
index b132c7bf26c02886a7ab341a1973bf449744ba0f..757e3e60a7be01fac55c5fbb010dbbae00b1bfca 100755
23102310
--- a/tools/install.py
23112311
+++ b/tools/install.py
2312-
@@ -264,6 +264,7 @@ def headers(options, action):
2313-
'include/v8-forward.h',
2314-
'include/v8-function-callback.h',
2315-
'include/v8-function.h',
2316-
+ 'include/v8-handle-base.h',
2317-
'include/v8-initialization.h',
2318-
'include/v8-internal.h',
2319-
'include/v8-isolate.h',
2320-
@@ -284,6 +285,8 @@ def headers(options, action):
2321-
'include/v8-promise.h',
2322-
'include/v8-proxy.h',
2323-
'include/v8-regexp.h',
2324-
+ "include/v8-sandbox.h",
2325-
+ "include/v8-source-location.h",
2326-
'include/v8-script.h',
2327-
'include/v8-snapshot.h',
2328-
'include/v8-statistics.h',
23292312
@@ -390,7 +393,7 @@ def parse_options(args):
23302313
parser.add_argument('--build-dir', help='the location of built binaries',
23312314
default='out/Release')
@@ -2487,4 +2470,3 @@ index e0f3d8844718ab8a6478c40ff713c1fd6bcff95a..c73a5b666dbaf555c749d836c20a7ae1
24872470
return node::js2c::Main(argc, argv);
24882471
-}
24892472
+}
2490-
\ No newline at end of file

0 commit comments

Comments
 (0)