| # Copyright 2019 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") |
| |
| build_webui("build") { |
| grd_prefix = "media" |
| static_files = [ |
| "media_engagement.html", |
| "webrtc_logs.css", |
| "webrtc_logs.html", |
| ] |
| |
| ts_files = [ |
| "media_data_table.ts", |
| "media_engagement.ts", |
| "webrtc_logs.ts", |
| ] |
| |
| mojo_files_deps = [ |
| "//chrome/browser/media:mojo_bindings_ts__generator", |
| "//services/media_session/public/mojom:mojom_ts__generator", |
| ] |
| mojo_files = [ |
| "$root_gen_dir/chrome/browser/media/media_engagement_score_details.mojom-webui.ts", |
| "$root_gen_dir/services/media_session/public/mojom/media_session.mojom-webui.ts", |
| ] |
| |
| ts_tsconfig_base = "tsconfig_base.json" |
| ts_deps = [ |
| "//ui/webui/resources/js:build_ts", |
| "//ui/webui/resources/mojo:build_ts", |
| ] |
| |
| webui_context_type = "trusted" |
| } |