include_rules = [
  "+ash/public/interfaces",
  "+components/arc",
  "+components/drive",
  "+components/session_manager/core",
  "+components/user_manager",
  "+mash/shelf/public/interfaces",
  "+media",
]
specific_include_rules = {
  # Allow ash::SessionStateDelegate for SessionStateDelegateChromeOS.
  # SessionStateDelegate is deprecated. Chrome code should not use it anymore.
  # Instead, SessionManager/UserManager/SessionControllerClient should be used.
  # This is temporary rule before SessionStateDelegate(ChromeOS) can be fully
  # removed.
  "session_state_delegate_chromeos\.(cc|h)": [
    "+ash/common/session",
  ]
}
