Skip to content

Commit aa420bd

Browse files
committed
1 parent 092b512 commit aa420bd

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

patches/node/build_add_gn_build_files.patch

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -846,10 +846,10 @@ index 0000000000000000000000000000000000000000..2c9d2826c85bdd033f1df1d6188df636
846846
+}
847847
diff --git a/filenames.json b/filenames.json
848848
new file mode 100644
849-
index 0000000000000000000000000000000000000000..7ecda5c553fe547f79f7d9fb5dc2d71c0ef8c474
849+
index 0000000000000000000000000000000000000000..c94c7150b72e64fe0e0f5c693da31230ab5985ea
850850
--- /dev/null
851851
+++ b/filenames.json
852-
@@ -0,0 +1,544 @@
852+
@@ -0,0 +1,550 @@
853853
+// This file is automatically generated by generate_gn_filenames_json.py
854854
+// DO NOT EDIT
855855
+{
@@ -990,6 +990,7 @@ index 0000000000000000000000000000000000000000..7ecda5c553fe547f79f7d9fb5dc2d71c
990990
+ "lib/constants.js",
991991
+ "lib/crypto.js",
992992
+ "lib/cluster.js",
993+
+ "lib/diagnostics_channel.js",
993994
+ "lib/dgram.js",
994995
+ "lib/dns.js",
995996
+ "lib/domain.js",
@@ -1038,6 +1039,7 @@ index 0000000000000000000000000000000000000000..7ecda5c553fe547f79f7d9fb5dc2d71c
10381039
+ "lib/wasi.js",
10391040
+ "lib/worker_threads.js",
10401041
+ "lib/zlib.js",
1042+
+ "lib/internal/abort_controller.js",
10411043
+ "lib/internal/assert.js",
10421044
+ "lib/internal/assert/assertion_error.js",
10431045
+ "lib/internal/assert/calltracker.js",
@@ -1141,6 +1143,7 @@ index 0000000000000000000000000000000000000000..7ecda5c553fe547f79f7d9fb5dc2d71c
11411143
+ "lib/internal/source_map/source_map.js",
11421144
+ "lib/internal/source_map/source_map_cache.js",
11431145
+ "lib/internal/test/binding.js",
1146+
+ "lib/internal/timers/promises.js",
11441147
+ "lib/internal/timers.js",
11451148
+ "lib/internal/tls.js",
11461149
+ "lib/internal/trace_events_async_hooks.js",
@@ -1284,6 +1287,7 @@ index 0000000000000000000000000000000000000000..7ecda5c553fe547f79f7d9fb5dc2d71c
12841287
+ "src/string_decoder.cc",
12851288
+ "src/tcp_wrap.cc",
12861289
+ "src/timers.cc",
1290+
+ "src/timer_wrap.cc",
12871291
+ "src/tracing/agent.cc",
12881292
+ "src/tracing/node_trace_buffer.cc",
12891293
+ "src/tracing/node_trace_writer.cc",
@@ -1364,6 +1368,7 @@ index 0000000000000000000000000000000000000000..7ecda5c553fe547f79f7d9fb5dc2d71c
13641368
+ "src/node_union_bytes.h",
13651369
+ "src/node_url.h",
13661370
+ "src/node_version.h",
1371+
+ "src/node_v8.h",
13671372
+ "src/node_v8_platform-inl.h",
13681373
+ "src/node_wasi.h",
13691374
+ "src/node_watchdog.h",
@@ -1387,6 +1392,7 @@ index 0000000000000000000000000000000000000000..7ecda5c553fe547f79f7d9fb5dc2d71c
13871392
+ "src/tracing/trace_event.h",
13881393
+ "src/tracing/trace_event_common.h",
13891394
+ "src/tracing/traced_value.h",
1395+
+ "src/timer_wrap.h",
13901396
+ "src/tty_wrap.h",
13911397
+ "src/udp_wrap.h",
13921398
+ "src/util.h",

0 commit comments

Comments
 (0)