# 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")
build_webui_tests("build") {
files = [
"app_test.ts",
"buying_options_section_test.ts",
"description_citation_test.ts",
"description_section_test.ts",
"disclosure_app_test.ts",
"drag_and_drop_manager_test.ts",
"header_test.ts",
"horizontal_carousel_test.ts",
"new_column_selector_test.ts",
"product_selection_menu_test.ts",
"product_selector_test.ts",
"table_test.ts",
"test_support.ts",
]
ts_path_mappings = [ "chrome://compare/*|" + rebase_path(
"$root_gen_dir/chrome/browser/resources/commerce/product_specifications/tsc/*",
target_gen_dir) ]
ts_deps = [
"//chrome/browser/resources/commerce/product_specifications:build_ts",
"//ui/webui/resources/cr_components/commerce:build_ts",
"//ui/webui/resources/cr_elements:build_ts",
"//ui/webui/resources/js:build_ts",
"//ui/webui/resources/mojo:build_ts",
]
}