PR-URL: https://github.com/nodejs/node/pull/58070 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
13 lines
362 B
Python
13 lines
362 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/visitor.h",
|
|
"+perfetto",
|
|
]
|