include_rules = [
  # Chrome under mustash cannot call directly into ash internals.
  "-ash",
  "+ash/public",
  "+components/captive_portal",
]

specific_include_rules = {
  # TODO(jamescook): Eliminate these.
  "network_portal_notification_controller\.cc": [
    "+ash/common/system/system_notifier.h",
    "+ash/common/system/tray/system_tray_notifier.h",
    "+ash/common/wm_shell.h",
  ],
  "network_state_notifier\.cc": [
    "+ash/common/system/system_notifier.h",
    "+ash/resources/grit/ash_resources.h",
  ],
}
