File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1189,10 +1189,10 @@ index 0000000000000000000000000000000000000000..af9cbada10203b387fb9732b346583b1
1189
1189
+ }
1190
1190
diff --git a/filenames.json b/filenames.json
1191
1191
new file mode 100644
1192
- index 0000000000000000000000000000000000000000..f2e088e78ded66eb4a8f060e880a557c3415fbf1
1192
+ index 0000000000000000000000000000000000000000..7900ee5299a8ff2cd73fa99bcf43fe3dcd5263f7
1193
1193
--- /dev/null
1194
1194
+++ b/filenames.json
1195
- @@ -0,0 +1,756 @@
1195
+ @@ -0,0 +1,755 @@
1196
1196
+ // This file is automatically generated by generate_gn_filenames_json.py
1197
1197
+ // DO NOT EDIT
1198
1198
+ {
@@ -1945,8 +1945,7 @@ index 0000000000000000000000000000000000000000..f2e088e78ded66eb4a8f060e880a557c
1945
1945
+ "src/util.h",
1946
1946
+ "src/util-inl.h",
1947
1947
+ "//v8/include/v8.h",
1948
- + "deps/postject/postject-api.h",
1949
- + "common_node.gypi"
1948
+ + "deps/postject/postject-api.h"
1950
1949
+ ]
1951
1950
+ }
1952
1951
diff --git a/src/inspector/BUILD.gn b/src/inspector/BUILD.gn
@@ -2199,10 +2198,10 @@ index 1cb85b9058d06555382e565dc32192a9fa48ed9f..cec9be01abd107e8612f70daf19b4834
2199
2198
// bootstrap scripts, whose source are bundled into the binary as static data.
2200
2199
diff --git a/tools/generate_gn_filenames_json.py b/tools/generate_gn_filenames_json.py
2201
2200
new file mode 100755
2202
- index 0000000000000000000000000000000000000000..37c16859003e61636fe2f1a4040b1e904c472d0b
2201
+ index 0000000000000000000000000000000000000000..54b761d91734aead50aeeba8c91a1262531df713
2203
2202
--- /dev/null
2204
2203
+++ b/tools/generate_gn_filenames_json.py
2205
- @@ -0,0 +1,117 @@
2204
+ @@ -0,0 +1,118 @@
2206
2205
+ #!/usr/bin/env python3
2207
2206
+ import json
2208
2207
+ import os
@@ -2254,6 +2253,7 @@ index 0000000000000000000000000000000000000000..37c16859003e61636fe2f1a4040b1e90
2254
2253
+ '<@(deps_files)',
2255
2254
+ '<@(node_sources)',
2256
2255
+ 'common.gypi',
2256
+ + 'common_node.gypi',
2257
2257
+ '<(SHARED_INTERMEDIATE_DIR)/node_javascript.cc',
2258
2258
+ }
2259
2259
+
You can’t perform that action at this time.
0 commit comments