mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
e31f0a7d25
PR-URL: https://github.com/nodejs/node/pull/28918 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
13 lines
296 B
Python
13 lines
296 B
Python
include_rules = [
|
|
"-src",
|
|
"+src/base/atomic-utils.h",
|
|
"+src/base/macros.h",
|
|
"+src/base/platform/platform.h",
|
|
"+src/flags/flags.h",
|
|
"+src/heap/read-only-heap.h",
|
|
"+src/inspector/test-interface.h",
|
|
"+src/utils/locked-queue-inl.h",
|
|
"+src/utils/utils.h",
|
|
"+src/utils/vector.h",
|
|
]
|