# 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("//chrome/test/data/webui/build_webui_tests.gni")
assert(!is_android && !is_ios)
build_webui_tests("build") {
files = [
"help_bubble_mixin_test.ts",
"help_bubble_mixin_lit_test.ts",
"help_bubble_test.ts",
]
ts_deps = [
"//third_party/lit/v3_0:build_ts",
"//third_party/polymer/v3_0:library",
"//ui/webui/resources/cr_components/help_bubble:build_ts",
"//ui/webui/resources/cr_elements:build_ts",
"//ui/webui/resources/js:build_ts",
]
}