# Copyright 2023 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")
import("//chrome/test/data/webui/build_webui_tests.gni")
assert(is_chromeos_ash)
build_webui_tests("build") {
ts_path_mappings =
[ "chrome://vc-background/*|" +
rebase_path("$root_gen_dir/ash/webui/vc_background_ui/resources/tsc/*",
target_gen_dir) ]
files = [ "vc_background_ui_test.ts" ]
ts_deps = [
"//ash/webui/common/resources:build_ts",
"//ash/webui/common/resources/cr_elements:build_ts",
"//ash/webui/common/resources/personalization:build_ts",
"//ash/webui/common/resources/sea_pen:build_ts",
"//ash/webui/vc_background_ui/resources:build_ts",
"//ui/webui/resources/js:build_ts",
]
}