# 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") {
files = [
"bypass_warning_confirmation_interstitial_test.ts",
"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",
"//third_party/polymer/v3_0:library",
"//ui/webui/resources/js:build_ts",
"//ui/webui/resources/mojo:build_ts",
]
}