# 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("//build/config/chromeos/ui_mode.gni")
assert(is_chromeos_ash)
source_set("browser_tests") {
testonly = true
defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
sources = [ "first_party_sets_policy_initialization_browsertest.cc" ]
deps = [
"//ash/constants",
"//base",
"//chrome/browser",
"//chrome/browser/ash/login:test_support",
"//chrome/browser/ash/login/test:test_support",
"//chrome/browser/first_party_sets",
"//chrome/browser/profiles:profile",
"//components/account_id",
"//components/keyed_service/core",
"//components/policy/core/browser",
"//components/policy/core/common",
"//components/prefs",
"//components/privacy_sandbox:privacy_sandbox_prefs",
"//content/test:test_support",
"//testing/gtest",
]
}