# 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("interactive_ui_tests") {
testonly = true
sources = [ "vpn_ui_interactive_uitest.cc" ]
defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
deps = [
"//ash",
"//chrome/app:generated_resources_grit",
"//chrome/test/base/ash/interactive:test_support",
"//chrome/test/base/ash/interactive/network:test_support",
"//chrome/test/base/ash/interactive/settings:test_support",
"//chromeos/ash/components/dbus/shill",
"//chromeos/ash/components/dbus/shill:test_support",
"//chromeos/ash/components/network",
"//chromeos/strings:strings_grit",
"//components/user_manager",
"//content/test:test_support",
"//crypto",
"//crypto:test_support",
"//dbus",
"//net",
"//net:test_support",
"//ui/base",
"//ui/base:test_support",
]
}