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

specific_include_rules = {
  # TODO(mash): Fix. https://crbug.com/723881
  "tab_manager_delegate_chromeos\.cc": [
    "+ash/shell.h",
  ],
}
