# Copyright 2023 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("test_support") {
testonly = true
sources = [
"test_browser_context_with_prefs.cc",
"test_browser_context_with_prefs.h",
]
deps = [
"//components/keyed_service/content",
"//components/prefs:test_support",
"//components/user_prefs:user_prefs",
"//content/test:test_support",
]
}