ci: fix v8 cppgc file in wrong location (#23112)
This commit is contained in:
parent
aeaccd00a2
commit
f395775eb1
1 changed files with 21 additions and 3 deletions
|
@ -921,10 +921,10 @@ index 0000000000000000000000000000000000000000..f13b471d17128468bed06e66bd03a2ea
|
||||||
+}
|
+}
|
||||||
diff --git a/filenames.json b/filenames.json
|
diff --git a/filenames.json b/filenames.json
|
||||||
new file mode 100644
|
new file mode 100644
|
||||||
index 0000000000000000000000000000000000000000..78dff9e0458aaa6b864259f3001764c77b977e36
|
index 0000000000000000000000000000000000000000..6cfb94ab4a9f8ec62cd37efc616bac4fd1fb42f5
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/filenames.json
|
+++ b/filenames.json
|
||||||
@@ -0,0 +1,469 @@
|
@@ -0,0 +1,487 @@
|
||||||
+// This file is automatically generated by generate_gn_filenames_json.py
|
+// This file is automatically generated by generate_gn_filenames_json.py
|
||||||
+// DO NOT EDIT
|
+// DO NOT EDIT
|
||||||
+{
|
+{
|
||||||
|
@ -944,7 +944,25 @@ index 0000000000000000000000000000000000000000..78dff9e0458aaa6b864259f3001764c7
|
||||||
+ {
|
+ {
|
||||||
+ "dest_dir": "include/node//cppgc/",
|
+ "dest_dir": "include/node//cppgc/",
|
||||||
+ "files": [
|
+ "files": [
|
||||||
+ "//v8/include/cppgc/finalizer-trait.h"
|
+ "//v8/include/cppgc/allocation.h",
|
||||||
|
+ "//v8/include/cppgc/garbage-collected.h",
|
||||||
|
+ "//v8/include/cppgc/heap.h",
|
||||||
|
+ "//v8/include/cppgc/member.h",
|
||||||
|
+ "//v8/include/cppgc/platform.h",
|
||||||
|
+ "//v8/include/cppgc/source-location.h",
|
||||||
|
+ "//v8/include/cppgc/trace-trait.h",
|
||||||
|
+ "//v8/include/cppgc/type-traits.h",
|
||||||
|
+ "//v8/include/cppgc/visitor.h"
|
||||||
|
+ ]
|
||||||
|
+ },
|
||||||
|
+ {
|
||||||
|
+ "dest_dir": "include/node//cppgc/internal/",
|
||||||
|
+ "files": [
|
||||||
|
+ "//v8/include/cppgc/internal/accessors.h",
|
||||||
|
+ "//v8/include/cppgc/internal/api-constants.h",
|
||||||
|
+ "//v8/include/cppgc/internal/finalizer-trait.h",
|
||||||
|
+ "//v8/include/cppgc/internal/gc-info.h",
|
||||||
|
+ "//v8/include/cppgc/internal/pointer-policies.h"
|
||||||
+ ]
|
+ ]
|
||||||
+ },
|
+ },
|
||||||
+ {
|
+ {
|
||||||
|
|
Loading…
Reference in a new issue