Skip to content

Commit 4808975

Browse files
committed
build: update v8 headers
1 parent 2704354 commit 4808975

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

patches/node/build_add_gn_build_files.patch

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -865,10 +865,10 @@ index 0000000000000000000000000000000000000000..2c9d2826c85bdd033f1df1d6188df636
865865
+}
866866
diff --git a/filenames.json b/filenames.json
867867
new file mode 100644
868-
index 0000000000000000000000000000000000000000..ca5ae6d2e24d53db37257192f3c34068ba0f8e69
868+
index 0000000000000000000000000000000000000000..94816008fb2aeb4c8453f87ca8d612afdc6d9e1a
869869
--- /dev/null
870870
+++ b/filenames.json
871-
@@ -0,0 +1,513 @@
871+
@@ -0,0 +1,518 @@
872872
+// This file is automatically generated by generate_gn_filenames_json.py
873873
+// DO NOT EDIT
874874
+{
@@ -908,15 +908,18 @@ index 0000000000000000000000000000000000000000..ca5ae6d2e24d53db37257192f3c34068
908908
+ {
909909
+ "dest_dir": "include/node//cppgc/internal/",
910910
+ "files": [
911-
+ "//v8/include/cppgc/internal/accessors.h",
912911
+ "//v8/include/cppgc/internal/api-constants.h",
912+
+ "//v8/include/cppgc/internal/atomic-entry-flag.h",
913+
+ "//v8/include/cppgc/internal/caged-heap-local-data.h",
913914
+ "//v8/include/cppgc/internal/compiler-specific.h",
914915
+ "//v8/include/cppgc/internal/finalizer-trait.h",
915916
+ "//v8/include/cppgc/internal/gc-info.h",
916917
+ "//v8/include/cppgc/internal/logging.h",
917918
+ "//v8/include/cppgc/internal/persistent-node.h",
918919
+ "//v8/include/cppgc/internal/pointer-policies.h",
919-
+ "//v8/include/cppgc/internal/prefinalizer-handler.h"
920+
+ "//v8/include/cppgc/internal/prefinalizer-handler.h",
921+
+ "//v8/include/cppgc/internal/process-heap.h",
922+
+ "//v8/include/cppgc/internal/write-barrier.h"
920923
+ ]
921924
+ },
922925
+ {
@@ -1292,6 +1295,8 @@ index 0000000000000000000000000000000000000000..ca5ae6d2e24d53db37257192f3c34068
12921295
+ "src/base_object.h",
12931296
+ "src/base_object-inl.h",
12941297
+ "src/base64.h",
1298+
+ "src/callback_queue.h",
1299+
+ "src/callback_queue-inl.h",
12951300
+ "src/connect_wrap.h",
12961301
+ "src/connection_wrap.h",
12971302
+ "src/debug_utils.h",

0 commit comments

Comments
 (0)