blob: 5036bc9d7758b50ebb315badcf9337339d412baf [file] [log] [blame]
# Copyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("component_updater") {
sources = [
"ios_component_updater_configurator.cc",
"ios_component_updater_configurator.h",
]
deps = [
"//base",
"//components/component_updater",
"//components/update_client",
"//ios/chrome/browser",
"//ios/chrome/browser/google",
"//ios/chrome/common",
"//ios/web",
"//services/service_manager/public/cpp",
]
}