Skip to content

Commit 5ee874b

Browse files
committed
build,tools: make addons tests work with GN
nodejs/node#50737
1 parent b3c4422 commit 5ee874b

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

patches/node/build_add_gn_build_files.patch

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2333,23 +2333,6 @@ diff --git a/tools/install.py b/tools/install.py
23332333
index b132c7bf26c02886a7ab341a1973bf449744ba0f..757e3e60a7be01fac55c5fbb010dbbae00b1bfca 100755
23342334
--- a/tools/install.py
23352335
+++ b/tools/install.py
2336-
@@ -264,6 +264,7 @@ def headers(options, action):
2337-
'include/v8-forward.h',
2338-
'include/v8-function-callback.h',
2339-
'include/v8-function.h',
2340-
+ 'include/v8-handle-base.h',
2341-
'include/v8-initialization.h',
2342-
'include/v8-internal.h',
2343-
'include/v8-isolate.h',
2344-
@@ -284,6 +285,8 @@ def headers(options, action):
2345-
'include/v8-promise.h',
2346-
'include/v8-proxy.h',
2347-
'include/v8-regexp.h',
2348-
+ "include/v8-sandbox.h",
2349-
+ "include/v8-source-location.h",
2350-
'include/v8-script.h',
2351-
'include/v8-snapshot.h',
2352-
'include/v8-statistics.h',
23532336
@@ -390,7 +393,7 @@ def parse_options(args):
23542337
parser.add_argument('--build-dir', help='the location of built binaries',
23552338
default='out/Release')
@@ -2511,4 +2494,3 @@ index e0f3d8844718ab8a6478c40ff713c1fd6bcff95a..c73a5b666dbaf555c749d836c20a7ae1
25112494
return node::js2c::Main(argc, argv);
25122495
-}
25132496
+}
2514-
\ No newline at end of file

0 commit comments

Comments
 (0)