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",
  ],
}