PR-URL: https://github.com/nodejs/node/pull/59805 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Richard Lau <richard.lau@ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
16 lines
493 B
Python
16 lines
493 B
Python
include_rules = [
|
|
# v8-inspector-protocol.h depends on generated files under include/inspector.
|
|
"+inspector",
|
|
"+cppgc/common.h",
|
|
# Used by v8-cppgc.h to bridge to cppgc.
|
|
"+cppgc/custom-space.h",
|
|
"+cppgc/heap-statistics.h",
|
|
"+cppgc/internal/conditional-stack-allocated.h",
|
|
"+cppgc/internal/write-barrier.h",
|
|
"+cppgc/type-traits.h",
|
|
"+cppgc/visitor.h",
|
|
"+perfetto",
|
|
# Used by v8-object.h, for Object::wrap().
|
|
"+cppgc/name-provider.h",
|
|
"+cppgc/garbage-collected.h",
|
|
]
|