# Copyright 2025 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

assert(is_chromeos, "Non-Chrome-OS builds must not depend on //chromeos")

static_library("test_support") {
  testonly = true

  sources = [
    "cached_device_policy_updater.cc",
    "cached_device_policy_updater.h",
    "device_policy_builder.cc",
    "device_policy_builder.h",
  ]

  deps = [
    "//base",
    "//chromeos/ash/components/dbus/session_manager",
    "//components/policy/core/common",
    "//components/policy/core/common:test_support",
    "//components/policy/proto",
  ]
}
