include_rules = [
  # Don't depend on the rest of V8.
  "-include",
  "-src",
  "+src/bigint",
]

specific_include_rules = {
  # The public interface should not depend on internals.
  "bigint.h": [
    "-src/bigint",
  ],
  "bigint-inl.h": [
    "-src/bigint",
    "+src/bigint/bigint.h",
  ],
}
