2016-12-23 16:30:57 +01:00
|
|
|
include_rules = [
|
|
|
|
# v8-inspector-protocol.h depends on generated files under include/inspector.
|
|
|
|
"+inspector",
|
2020-07-13 10:39:42 +02:00
|
|
|
"+cppgc/common.h",
|
2021-02-24 14:47:06 +01:00
|
|
|
# Used by v8-cppgc.h to bridge to cppgc.
|
|
|
|
"+cppgc/custom-space.h",
|
2021-03-12 08:24:20 +01:00
|
|
|
"+cppgc/heap-statistics.h",
|
2025-04-29 08:03:15 +02:00
|
|
|
"+cppgc/internal/conditional-stack-allocated.h",
|
2021-02-24 14:47:06 +01:00
|
|
|
"+cppgc/internal/write-barrier.h",
|
2020-10-15 20:17:08 +02:00
|
|
|
"+cppgc/visitor.h",
|
2025-04-29 08:03:15 +02:00
|
|
|
"+perfetto",
|
2016-12-23 16:30:57 +01:00
|
|
|
]
|