BUILD.gn 419 B

1234567891011121314151617
  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.
  4. static_library("pref_registry") {
  5. sources = [
  6. "pref_registry_syncable.cc",
  7. "pref_registry_syncable.h",
  8. ]
  9. deps = [
  10. "//base",
  11. "//base/third_party/dynamic_annotations",
  12. "//build:chromeos_buildflags",
  13. "//components/prefs",
  14. ]
  15. }