# Copyright 2021 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")
build_webui_tests("build_webui_tests") {
ts_path_mappings =
[ "chrome://shortcut-customization/*|" +
rebase_path(
"$root_gen_dir/ash/webui/shortcut_customization_ui/resources/tsc/*",
target_gen_dir) ]
files = [
"accelerator_edit_dialog_test.ts",
"accelerator_edit_view_test.ts",
"accelerator_lookup_manager_test.ts",
"accelerator_row_test.ts",
"accelerator_subsection_test.ts",
"accelerator_view_test.ts",
"bottom_nav_content_test.ts",
"fake_shortcut_provider_test.ts",
"fake_shortcut_search_handler_test.ts",
"router_test.ts",
"search_box_test.ts",
"search_result_bolding_test.ts",
"search_result_row_test.ts",
"shortcut_customization_test.ts",
"shortcut_customization_test_util.ts",
"shortcut_search_handler_test.ts",
"shortcuts_page_test.ts",
"shortcut_utils_test.ts",
"text_accelerator_test.ts",
]
ts_deps = [
"//ash/webui/common/resources:build_ts",
"//ash/webui/shortcut_customization_ui/resources:build_ts",
"//third_party/polymer/v3_0:library",
"//ash/webui/common/resources/cr_elements:build_ts",
"//ui/webui/resources/js:build_ts",
"//ui/webui/resources/mojo:build_ts",
]
}