blob: 524bfb6ae780c471df32fdb7f475815cf2ca713c [file] [log] [blame]
# Copyright 2020 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
static_library("privacy_sandbox_prefs") {
sources = [
"privacy_sandbox_prefs.cc",
"privacy_sandbox_prefs.h",
]
deps = [
"//components/pref_registry:pref_registry",
"//components/prefs",
]
public_deps = [ "//base" ]
}