| # Copyright 2022 The Chromium Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| import("//ui/webui/resources/tools/build_webui.gni") |
| |
| assert(!is_android) |
| |
| build_webui("build") { |
| grd_prefix = "media_router_internals" |
| |
| static_files = [ |
| "media_router_internals.css", |
| "media_router_internals.html", |
| ] |
| non_web_component_files = [ "media_router_internals.ts" ] |
| |
| ts_deps = [ |
| "//ui/webui/resources/cr_elements:build_ts", |
| "//ui/webui/resources/js:build_ts", |
| ] |
| |
| webui_context_type = "trusted" |
| } |