Add abhijeet.k@samsung.com to AUTHORS list.
[chromium-blink-merge.git] / components / component_updater / BUILD.gn
blobfb756a755b3b0281488bab4eff7c7ce80abe9360
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 source_set("component_updater") {
6   sources = [
7     "component_updater_paths.cc",
8     "component_updater_paths.h",
9     "component_updater_service.cc",
10     "component_updater_service.h",
11     "component_updater_switches.cc",
12     "component_updater_switches.h",
13     "default_component_installer.cc",
14     "default_component_installer.h",
15     "pref_names.cc",
16     "pref_names.h",
17   ]
19   deps = [
20     "//base",
21     "//components/update_client",
22     "//ui/base",
23     "//url",
24   ]