include_rules = [
  "+content/public/test",
  "+ipc",

  "-components/page_load_metrics",
  "+components/page_load_metrics/common",

  # No inclusion of WebKit from the browser, other than strictly enum/POD, header-only types.
  "-third_party/WebKit",
  "+third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h",
]
