# Copyright 2026 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 = [ "untrusted_projector_browser_proxy_browsertest.cc" ] files = [ "untrusted_projector_browser_proxy_test.ts" ] is_chrome_untrusted = true ts_path_mappings = [ "chrome-untrusted://projector/*|" + rebase_path( "$root_gen_dir/ash/webui/projector_app/resources/app/untrusted/tsc/*", target_gen_dir), "chrome-untrusted://webui-test/*|" + rebase_path("$root_gen_dir/chrome/test/data/webui/chromeos/tsc/*", target_gen_dir), ] ts_deps = [ "//ash/webui/projector_app/resources/app/untrusted:build_ts", "//chrome/test/data/webui/chromeos:build_ts", ] }