# 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 = [
"check_mark_wrapper_test.ts",
"theme_color_test.ts",
"theme_color_picker_test.ts",
"theme_hue_slider_dialog_test.ts",
]
ts_deps = [
"//ui/webui/resources/cr_components/managed_dialog:build_ts",
"//ui/webui/resources/cr_components/theme_color_picker:build_ts",
"//ui/webui/resources/js:build_ts",
"//ui/webui/resources/mojo:build_ts",
]
}