include_rules = [
  "+chromeos/components/account_manager",
  "+components/content_settings",
  "+components/google/core",
  "+components/image_fetcher/core",
  "+components/keyed_service/core",
  "+components/os_crypt",
  "+components/prefs",
  "+components/sync_preferences",
  # Subdirectories of //components/signin must explicitly allow deps on each
  # other based on the conceptual deps structure.
  "-components/signin",
  "+components/user_manager",
  "+components/webdata/common",
  "+crypto",
  "+google_apis/gaia",
  "+grit",  # For generated headers
  "+net",
  "+services/network/public",
  "+services/network/test",
  "+sql",
  "+ui/gfx",
]
