blob: db5f76dbfc00c6f7b6a7e5d808fe26fe0e0cd31c [file] [log] [blame]
# Copyright 2022 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
component("image_service") {
defines = [ "IS_IMAGE_SERVICE_IMPL" ]
sources = [
"image_service.cc",
"image_service.h",
]
deps = [
"//base",
"//components/google/core/common",
"//components/history/core/browser",
"//components/keyed_service/core",
"//components/omnibox/browser",
"//components/search_engines",
"//components/sync/driver",
"//components/unified_consent",
"//services/network/public/cpp",
"//services/network/public/mojom",
]
}