# 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)
if (!is_chromeos_device) {
source_set("interactive_ui_tests") {
testonly = true
defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
sources = [ "firmware_update_interactive_uitest.cc" ]
deps = [
"//ash/constants",
"//ash/webui/firmware_update_ui:url_constants",
"//base/test:test_support",
"//chrome/test:test_support_ui",
"//chrome/test/base/ash/interactive:test_support",
"//chromeos/ash/components/dbus/fwupd",
"//chromeos/ash/components/fwupd",
]
}
}