# 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_webui_tests.gni")
assert(!is_chromeos_lacros)
build_webui_tests("build") {
files = [
"bluetooth_internals_test.js",
"test_utils.js",
]
ts_deps = [
"//chrome/browser/resources/bluetooth_internals:build_ts",
"//ui/webui/resources/js:build_ts",
]
}