blob: 18bc3bcdacb819d4470d875ebfd9326f882fe73b [file] [log] [blame]
# 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.
assert(is_chromeos)
source_set("browser_tests") {
testonly = true
defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
sources = [ "help_bubble_factory_views_ash_browsertest.cc" ]
deps = [
"//ash",
"//chrome/browser/profiles:profile",
"//chrome/browser/ui",
"//chrome/browser/user_education",
"//chrome/test:test_support",
"//components/user_education/common",
"//components/user_education/views",
"//content/test:test_support",
"//testing/gtest",
]
}