include_rules = [
  # TODO(crbug.com/678705): Convert to using mojo interfaces in
  # //ash/public/interfaces and eliminate this.
  "!ash",
  # Public interfaces are OK.
  "+ash/public",

  "+components/captive_portal",
  "+components/login",
  "+components/toolbar",
  "+components/user_manager",
  "+extensions/components/native_app_window",
  "+services/audio/public/cpp",
  "+services/device/public/mojom",

  # Library used for calculating CRC-32 needed for HWID verification.
  "+third_party/zlib",
]
