media: Refactor SkCanvasVideoRenderer to use SkImages and not SkBitmaps.
[chromium-blink-merge.git] / components / pref_registry / BUILD.gn
blobabeeb54c395753f66ec011872f2cf60145b48360
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("pref_registry") {
6   sources = [
7     "pref_registry_syncable.cc",
8     "pref_registry_syncable.h",
9   ]
11   deps = [
12     "//base",
13     "//base:prefs",
14     "//base/third_party/dynamic_annotations",
15     "//ui/base",
16   ]
19 source_set("test_support") {
20   testonly = true
21   sources = [
22     "testing_pref_service_syncable.cc",
23     "testing_pref_service_syncable.h",
24   ]
26   deps = [
27     ":pref_registry",
28     "//base",
29     "//base:prefs",
30     "//base:prefs_test_support",
31   ]