summaryrefslogtreecommitdiff
path: root/chromium/ios/chrome/browser/component_updater/BUILD.gn
blob: 5036bc9d7758b50ebb315badcf9337339d412baf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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",
  ]
}