# Copyright 2025 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

source_set("search_provider_logos") {
  sources = [
    "logo_service_factory.cc",
    "logo_service_factory.h",
  ]

  deps = [
    "//chrome/browser/image_fetcher",
    "//chrome/browser/search_engines",
    "//chrome/browser/signin",
    "//components/search_provider_logos",
    "//content/public/browser",
    "//services/network/public/cpp",
  ]

  public_deps = [
    "//base",
    "//chrome/browser/profiles:profile",
  ]
}
