blob: d510f0e5fe7d94b7f103a2eb091e93058c2737f0 [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",
]
}