# Copyright 2024 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//components/enterprise/buildflags/buildflags.gni")
source_set("device_trust") {
sources = [
"prefs.cc",
"prefs.h",
]
deps = [
"//base",
"//components/prefs",
]
}