include_rules = [
  "+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",
]

specific_include_rules = {
  # TODO(mash): Fix. https://crbug.com/648733
  "app_launch_controller\.cc": [
    "+ash/shell.h",
  ],
  "login_browsertest\.cc": [
    "+ash/system/status_area_widget.h",
    "+ash/system/unified/unified_system_tray.h",
  ],
}
