|
326 | 326 | 'src/bootstrapper.cc', |
327 | 327 | 'src/callback_scope.cc', |
328 | 328 | 'src/cares_wrap.cc', |
329 | | - 'src/connection_wrap.cc', |
330 | 329 | 'src/connect_wrap.cc', |
| 330 | + 'src/connection_wrap.cc', |
331 | 331 | 'src/debug_utils.cc', |
332 | 332 | 'src/env.cc', |
333 | 333 | 'src/exceptions.cc', |
|
351 | 351 | 'src/node_encoding.cc', |
352 | 352 | 'src/node_errors.cc', |
353 | 353 | 'src/node_file.cc', |
354 | | - 'src/node_http2.cc', |
355 | 354 | 'src/node_http_parser.cc', |
| 355 | + 'src/node_http2.cc', |
| 356 | + 'src/node_i18n.cc', |
356 | 357 | 'src/node_messaging.cc', |
| 358 | + 'src/node_native_module.cc', |
357 | 359 | 'src/node_options.cc', |
358 | 360 | 'src/node_os.cc', |
359 | | - 'src/node_platform.cc', |
360 | 361 | 'src/node_perf.cc', |
| 362 | + 'src/node_platform.cc', |
361 | 363 | 'src/node_postmortem_metadata.cc', |
362 | 364 | 'src/node_process.cc', |
363 | 365 | 'src/node_serdes.cc', |
| 366 | + 'src/node_stat_watcher.cc', |
364 | 367 | 'src/node_trace_events.cc', |
365 | 368 | 'src/node_types.cc', |
366 | 369 | 'src/node_url.cc', |
367 | 370 | 'src/node_util.cc', |
368 | 371 | 'src/node_v8.cc', |
369 | | - 'src/node_stat_watcher.cc', |
370 | 372 | 'src/node_watchdog.cc', |
371 | 373 | 'src/node_worker.cc', |
372 | 374 | 'src/node_zlib.cc', |
373 | | - 'src/node_i18n.cc', |
374 | 375 | 'src/pipe_wrap.cc', |
375 | 376 | 'src/process_wrap.cc', |
376 | 377 | 'src/sharedarraybuffer_metadata.cc', |
377 | 378 | 'src/signal_wrap.cc', |
378 | 379 | 'src/spawn_sync.cc', |
379 | | - 'src/string_bytes.cc', |
380 | | - 'src/string_decoder.cc', |
381 | 380 | 'src/stream_base.cc', |
382 | 381 | 'src/stream_pipe.cc', |
383 | 382 | 'src/stream_wrap.cc', |
| 383 | + 'src/string_bytes.cc', |
| 384 | + 'src/string_decoder.cc', |
384 | 385 | 'src/tcp_wrap.cc', |
385 | 386 | 'src/timers.cc', |
386 | 387 | 'src/tracing/agent.cc', |
|
398 | 399 | 'src/async_wrap-inl.h', |
399 | 400 | 'src/base_object.h', |
400 | 401 | 'src/base_object-inl.h', |
401 | | - 'src/connection_wrap.h', |
| 402 | + 'src/base64.h', |
402 | 403 | 'src/connect_wrap.h', |
| 404 | + 'src/connection_wrap.h', |
403 | 405 | 'src/debug_utils.h', |
404 | 406 | 'src/env.h', |
405 | 407 | 'src/env-inl.h', |
406 | 408 | 'src/handle_wrap.h', |
| 409 | + 'src/http_parser_adaptor.h', |
407 | 410 | 'src/js_stream.h', |
| 411 | + 'src/memory_tracker.h', |
| 412 | + 'src/memory_tracker-inl.h', |
408 | 413 | 'src/module_wrap.h', |
409 | 414 | 'src/node.h', |
410 | 415 | 'src/node_api.h', |
411 | 416 | 'src/node_api_types.h', |
412 | 417 | 'src/node_buffer.h', |
413 | 418 | 'src/node_constants.h', |
| 419 | + 'src/node_context_data.h', |
414 | 420 | 'src/node_contextify.h', |
415 | 421 | 'src/node_errors.h', |
416 | 422 | 'src/node_file.h', |
417 | 423 | 'src/node_http2.h', |
418 | 424 | 'src/node_http2_state.h', |
| 425 | + 'src/node_i18n.h', |
419 | 426 | 'src/node_internals.h', |
420 | 427 | 'src/node_messaging.h', |
421 | 428 | 'src/node_mutex.h', |
422 | 429 | 'src/node_native_module.h', |
423 | | - 'src/node_native_module.cc', |
| 430 | + 'src/node_object_wrap.h', |
424 | 431 | 'src/node_options.h', |
425 | 432 | 'src/node_options-inl.h', |
426 | 433 | 'src/node_perf.h', |
427 | 434 | 'src/node_perf_common.h', |
428 | 435 | 'src/node_persistent.h', |
429 | 436 | 'src/node_platform.h', |
| 437 | + 'src/node_revert.h', |
430 | 438 | 'src/node_root_certs.h', |
| 439 | + 'src/node_stat_watcher.h', |
431 | 440 | 'src/node_union_bytes.h', |
| 441 | + 'src/node_url.h', |
432 | 442 | 'src/node_version.h', |
433 | 443 | 'src/node_watchdog.h', |
434 | | - 'src/node_revert.h', |
435 | | - 'src/node_i18n.h', |
436 | 444 | 'src/node_worker.h', |
437 | | - 'src/memory_tracker.h', |
438 | | - 'src/memory_tracker-inl.h', |
439 | 445 | 'src/pipe_wrap.h', |
440 | | - 'src/tty_wrap.h', |
441 | | - 'src/tcp_wrap.h', |
442 | | - 'src/udp_wrap.h', |
443 | 446 | 'src/req_wrap.h', |
444 | 447 | 'src/req_wrap-inl.h', |
445 | 448 | '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', |
449 | 450 | 'src/stream_base.h', |
450 | 451 | 'src/stream_base-inl.h', |
451 | 452 | 'src/stream_pipe.h', |
452 | 453 | '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', |
453 | 459 | 'src/tracing/agent.h', |
454 | 460 | 'src/tracing/node_trace_buffer.h', |
455 | 461 | 'src/tracing/node_trace_writer.h', |
456 | 462 | 'src/tracing/trace_event.h', |
| 463 | + 'src/tracing/trace_event_common.h', |
457 | 464 | 'src/tracing/traced_value.h', |
| 465 | + 'src/tty_wrap.h', |
| 466 | + 'src/udp_wrap.h', |
458 | 467 | 'src/util.h', |
459 | 468 | 'src/util-inl.h', |
| 469 | + # Dependency headers |
460 | 470 | 'deps/http_parser/http_parser.h', |
461 | 471 | 'deps/v8/include/v8.h', |
462 | 472 | # javascript files to make for an even more pleasant IDE experience |
463 | 473 | '<@(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 |
465 | 475 | 'common.gypi', |
466 | 476 | ], |
467 | 477 |
|
|
525 | 535 | 'src/node_win32_etw_provider.h', |
526 | 536 | 'src/node_win32_etw_provider-inl.h', |
527 | 537 | 'src/node_win32_etw_provider.cc', |
| 538 | + 'src/node_dtrace.h', |
528 | 539 | 'src/node_dtrace.cc', |
529 | 540 | 'tools/msvs/genfiles/node_etw_provider.h', |
530 | 541 | ], |
|
560 | 571 | # below, and the GYP-generated Makefiles will properly build them when |
561 | 572 | # needed. |
562 | 573 | # |
563 | | - 'sources': [ 'src/node_dtrace.cc' ], |
| 574 | + 'sources': [ |
| 575 | + 'src/node_dtrace.h', |
| 576 | + 'src/node_dtrace.cc', |
| 577 | + ], |
564 | 578 | 'conditions': [ |
565 | 579 | [ 'OS=="linux"', { |
566 | 580 | 'sources': [ |
|
583 | 597 | 'src/node_crypto.h', |
584 | 598 | 'src/node_crypto_bio.h', |
585 | 599 | 'src/node_crypto_clienthello.h', |
| 600 | + 'src/node_crypto_clienthello-inl.h', |
| 601 | + 'src/node_crypto_groups.h', |
586 | 602 | 'src/tls_wrap.cc', |
587 | 603 | 'src/tls_wrap.h' |
588 | 604 | ], |
|
0 commit comments