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 component("pref_registry") {
7 "pref_registry_export.h",
8 "pref_registry_syncable.cc",
9 "pref_registry_syncable.h",
12 defines = [ "PREF_REGISTRY_IMPLEMENTATION" ]
17 "//base/third_party/dynamic_annotations",
22 source_set("test_support") {
25 "testing_pref_service_syncable.cc",
26 "testing_pref_service_syncable.h",