Skip to content

Commit cdce32d

Browse files
committed
update BUILD.gn for new files
introduced in nodejs/node#29349
1 parent 1b2fa04 commit cdce32d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

patches/node/build_add_gn_build_files.patch

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ new file mode 100644
885885
index 0000000000000000000000000000000000000000..be8613d11f9f5b1c6604257edf707792f2119fcb
886886
--- /dev/null
887887
+++ b/filenames.json
888-
@@ -0,0 +1,442 @@
888+
@@ -0,0 +1,444 @@
889889
+// This file is automatically generated by generate_gn_filenames_json.py
890890
+// DO NOT EDIT
891891
+{
@@ -1052,6 +1052,7 @@ index 0000000000000000000000000000000000000000..be8613d11f9f5b1c6604257edf707792
10521052
+ "lib/internal/freelist.js",
10531053
+ "lib/internal/freeze_intrinsics.js",
10541054
+ "lib/internal/fs/promises.js",
1055+
+ "lib/internal/fs/dir.js",
10551056
+ "lib/internal/fs/read_file_context.js",
10561057
+ "lib/internal/fs/rimraf.js",
10571058
+ "lib/internal/fs/streams.js",
@@ -1191,6 +1192,7 @@ index 0000000000000000000000000000000000000000..be8613d11f9f5b1c6604257edf707792
11911192
+ "src/node_contextify.cc",
11921193
+ "src/node_credentials.cc",
11931194
+ "src/node_domain.cc",
1195+
+ "src/node_dir.cc",
11941196
+ "src/node_env_var.cc",
11951197
+ "src/node_errors.cc",
11961198
+ "src/node_file.cc",

0 commit comments

Comments
 (0)