Skip to content

Commit 08dd0f6

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

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

patches/node/build_add_gn_build_files.patch

Lines changed: 5 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,446 @@
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",
@@ -1127,6 +1128,8 @@ index 0000000000000000000000000000000000000000..be8613d11f9f5b1c6604257edf707792
11271128
+ "lib/internal/vm/source_text_module.js",
11281129
+ "lib/internal/worker.js",
11291130
+ "lib/internal/worker/io.js",
1131+
+ "lib/internal/source_map/source_map.js",
1132+
+ "lib/internal/source_map/source_map_cache.js",
11301133
+ "lib/internal/streams/lazy_transform.js",
11311134
+ "lib/internal/streams/async_iterator.js",
11321135
+ "lib/internal/streams/buffer_list.js",
@@ -1191,6 +1194,7 @@ index 0000000000000000000000000000000000000000..be8613d11f9f5b1c6604257edf707792
11911194
+ "src/node_contextify.cc",
11921195
+ "src/node_credentials.cc",
11931196
+ "src/node_domain.cc",
1197+
+ "src/node_dir.cc",
11941198
+ "src/node_env_var.cc",
11951199
+ "src/node_errors.cc",
11961200
+ "src/node_file.cc",

0 commit comments

Comments
 (0)