naiveproxy/ios/chrome/browser/component_updater/BUILD.gn
2018-02-02 05:49:39 -05:00

21 lines
559 B
Plaintext

# 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",
]
}