include_rules = [
  # No inclusion of WebKit from the browser, other than the ones in
  # WebKit/public/common, or the ones that are strictly enum/POD,
  # header-only types, and some selected common code.
  "-third_party/blink",
  "+third_party/blink/public/common",
  "+third_party/blink/public/platform/web_client_hints_type.h",
]
