DEPS 296 Bytes
Newer Older
1 2 3
include_rules = [
  # v8-inspector-protocol.h depends on generated files under include/inspector.
  "+inspector",
4
  "+cppgc/common.h",
5 6
  # Used by v8-cppgc.h to bridge to cppgc.
  "+cppgc/custom-space.h",
7
  "+cppgc/heap-statistics.h",
8
  "+cppgc/internal/write-barrier.h",
9
  "+cppgc/visitor.h",
10
]