DEPS 296 B

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