blob: 0e9557e1b7b96abe47241173762e3b94a226a71a [file]
# 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") {
cc_test_files = [
"downloads_browsertest.cc",
"downloads_focus_test.cc",
]
files = [
"item_test.ts",
"manager_test.ts",
"non_existent_url_test.ts",
"search_service_test.ts",
"test_support.ts",
"toolbar_test.ts",
]
ts_path_mappings = [ "chrome://downloads/downloads.js|" + rebase_path(
"$root_gen_dir/chrome/browser/resources/downloads/tsc/downloads.d.ts",
target_gen_dir) ]
ts_deps = [
"//chrome/browser/resources/downloads:build_ts",
"//ui/webui/resources/js:build_ts",
"//ui/webui/resources/mojo:build_ts",
]
}