blob: e998951b9b68cbf1cbe1a01564aefa59a463a676 [file] [log] [blame]
# Copyright 2014 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
component("pref_registry") {
defines = [ "IS_COMPONENTS_PREF_REGISTRY_IMPL" ]
sources = [
"pref_registry_syncable.cc",
"pref_registry_syncable.h",
]
public_deps = [
"//base",
"//components/prefs",
]
}