# 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",
  ]
}
