summaryrefslogtreecommitdiffstats
path: root/chromium/v8/include/DEPS
blob: 21ce3d964593c832d79fa77d0b8d4c7d8f9a6d0b (plain)
1
2
3
4
5
6
7
8
9
10
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/write-barrier.h",
  "+cppgc/visitor.h",
]