Skip to content

Commit bd4df5b

Browse files
refackrvagg
authored andcommitted
build,src: sync src files with node.gyp
PR-URL: #24505 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
1 parent 59c2ee0 commit bd4df5b

File tree

1 file changed

+37
-21
lines changed

1 file changed

+37
-21
lines changed

node.gyp

+37-21
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,8 @@
326326
'src/bootstrapper.cc',
327327
'src/callback_scope.cc',
328328
'src/cares_wrap.cc',
329-
'src/connection_wrap.cc',
330329
'src/connect_wrap.cc',
330+
'src/connection_wrap.cc',
331331
'src/debug_utils.cc',
332332
'src/env.cc',
333333
'src/exceptions.cc',
@@ -351,36 +351,37 @@
351351
'src/node_encoding.cc',
352352
'src/node_errors.cc',
353353
'src/node_file.cc',
354-
'src/node_http2.cc',
355354
'src/node_http_parser.cc',
355+
'src/node_http2.cc',
356+
'src/node_i18n.cc',
356357
'src/node_messaging.cc',
358+
'src/node_native_module.cc',
357359
'src/node_options.cc',
358360
'src/node_os.cc',
359-
'src/node_platform.cc',
360361
'src/node_perf.cc',
362+
'src/node_platform.cc',
361363
'src/node_postmortem_metadata.cc',
362364
'src/node_process.cc',
363365
'src/node_serdes.cc',
366+
'src/node_stat_watcher.cc',
364367
'src/node_trace_events.cc',
365368
'src/node_types.cc',
366369
'src/node_url.cc',
367370
'src/node_util.cc',
368371
'src/node_v8.cc',
369-
'src/node_stat_watcher.cc',
370372
'src/node_watchdog.cc',
371373
'src/node_worker.cc',
372374
'src/node_zlib.cc',
373-
'src/node_i18n.cc',
374375
'src/pipe_wrap.cc',
375376
'src/process_wrap.cc',
376377
'src/sharedarraybuffer_metadata.cc',
377378
'src/signal_wrap.cc',
378379
'src/spawn_sync.cc',
379-
'src/string_bytes.cc',
380-
'src/string_decoder.cc',
381380
'src/stream_base.cc',
382381
'src/stream_pipe.cc',
383382
'src/stream_wrap.cc',
383+
'src/string_bytes.cc',
384+
'src/string_decoder.cc',
384385
'src/tcp_wrap.cc',
385386
'src/timers.cc',
386387
'src/tracing/agent.cc',
@@ -398,70 +399,79 @@
398399
'src/async_wrap-inl.h',
399400
'src/base_object.h',
400401
'src/base_object-inl.h',
401-
'src/connection_wrap.h',
402+
'src/base64.h',
402403
'src/connect_wrap.h',
404+
'src/connection_wrap.h',
403405
'src/debug_utils.h',
404406
'src/env.h',
405407
'src/env-inl.h',
406408
'src/handle_wrap.h',
409+
'src/http_parser_adaptor.h',
407410
'src/js_stream.h',
411+
'src/memory_tracker.h',
412+
'src/memory_tracker-inl.h',
408413
'src/module_wrap.h',
409414
'src/node.h',
410415
'src/node_api.h',
411416
'src/node_api_types.h',
412417
'src/node_buffer.h',
413418
'src/node_constants.h',
419+
'src/node_context_data.h',
414420
'src/node_contextify.h',
415421
'src/node_errors.h',
416422
'src/node_file.h',
417423
'src/node_http2.h',
418424
'src/node_http2_state.h',
425+
'src/node_i18n.h',
419426
'src/node_internals.h',
420427
'src/node_messaging.h',
421428
'src/node_mutex.h',
422429
'src/node_native_module.h',
423-
'src/node_native_module.cc',
430+
'src/node_object_wrap.h',
424431
'src/node_options.h',
425432
'src/node_options-inl.h',
426433
'src/node_perf.h',
427434
'src/node_perf_common.h',
428435
'src/node_persistent.h',
429436
'src/node_platform.h',
437+
'src/node_revert.h',
430438
'src/node_root_certs.h',
439+
'src/node_stat_watcher.h',
431440
'src/node_union_bytes.h',
441+
'src/node_url.h',
432442
'src/node_version.h',
433443
'src/node_watchdog.h',
434-
'src/node_revert.h',
435-
'src/node_i18n.h',
436444
'src/node_worker.h',
437-
'src/memory_tracker.h',
438-
'src/memory_tracker-inl.h',
439445
'src/pipe_wrap.h',
440-
'src/tty_wrap.h',
441-
'src/tcp_wrap.h',
442-
'src/udp_wrap.h',
443446
'src/req_wrap.h',
444447
'src/req_wrap-inl.h',
445448
'src/sharedarraybuffer_metadata.h',
446-
'src/string_bytes.h',
447-
'src/string_decoder.h',
448-
'src/string_decoder-inl.h',
449+
'src/spawn_sync.h',
449450
'src/stream_base.h',
450451
'src/stream_base-inl.h',
451452
'src/stream_pipe.h',
452453
'src/stream_wrap.h',
454+
'src/string_bytes.h',
455+
'src/string_decoder.h',
456+
'src/string_decoder-inl.h',
457+
'src/string_search.h',
458+
'src/tcp_wrap.h',
453459
'src/tracing/agent.h',
454460
'src/tracing/node_trace_buffer.h',
455461
'src/tracing/node_trace_writer.h',
456462
'src/tracing/trace_event.h',
463+
'src/tracing/trace_event_common.h',
457464
'src/tracing/traced_value.h',
465+
'src/tty_wrap.h',
466+
'src/udp_wrap.h',
458467
'src/util.h',
459468
'src/util-inl.h',
469+
# Dependency headers
460470
'deps/http_parser/http_parser.h',
461471
'deps/v8/include/v8.h',
462472
# javascript files to make for an even more pleasant IDE experience
463473
'<@(library_files)',
464-
# node.gyp is added to the project by default.
474+
# node.gyp is added by default, common.gypi is added for change detection
465475
'common.gypi',
466476
],
467477

@@ -525,6 +535,7 @@
525535
'src/node_win32_etw_provider.h',
526536
'src/node_win32_etw_provider-inl.h',
527537
'src/node_win32_etw_provider.cc',
538+
'src/node_dtrace.h',
528539
'src/node_dtrace.cc',
529540
'tools/msvs/genfiles/node_etw_provider.h',
530541
],
@@ -560,7 +571,10 @@
560571
# below, and the GYP-generated Makefiles will properly build them when
561572
# needed.
562573
#
563-
'sources': [ 'src/node_dtrace.cc' ],
574+
'sources': [
575+
'src/node_dtrace.h',
576+
'src/node_dtrace.cc',
577+
],
564578
'conditions': [
565579
[ 'OS=="linux"', {
566580
'sources': [
@@ -583,6 +597,8 @@
583597
'src/node_crypto.h',
584598
'src/node_crypto_bio.h',
585599
'src/node_crypto_clienthello.h',
600+
'src/node_crypto_clienthello-inl.h',
601+
'src/node_crypto_groups.h',
586602
'src/tls_wrap.cc',
587603
'src/tls_wrap.h'
588604
],

0 commit comments

Comments
 (0)