Correctly track texture cleared state for sharing
[chromium-blink-merge.git] / components / component_updater / BUILD.gn
blob41df316ceaef1b44b80029bcd411cf13bf61d90b
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_configurator.h",
8     "component_updater_paths.cc",
9     "component_updater_paths.h",
10     "component_updater_service.cc",
11     "component_updater_service.h",
12     "component_updater_switches.cc",
13     "component_updater_switches.h",
14     "default_component_installer.cc",
15     "default_component_installer.h",
16     "pref_names.cc",
17     "pref_names.h",
18   ]
20   deps = [
21     "//base",
22     "//components/update_client",
23     "//ui/base",
24     "//url",
25   ]