# 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 = [
"browser_test_util.cc",
"browser_test_util.h",
]
deps = [
"//base",
"//base/test:test_support",
"//chrome/browser",
"//components/metrics:content",
"//components/optimization_guide/core",
"//components/signin/public/identity_manager:test_support",
"//content/test:test_support",
]
}