| # 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 = "webrtc_internals" |
| |
| static_files = [ |
| "webrtc_internals.css", |
| "webrtc_internals.html", |
| ] |
| |
| ts_files = [ |
| "candidate_grid.js", |
| "data_series.js", |
| "dump_creator.js", |
| "peer_connection_update_table.js", |
| "stats_graph_helper.js", |
| "stats_helper.js", |
| "stats_rates_calculator.js", |
| "stats_table.js", |
| "tab_view.js", |
| "timeline_graph_view.js", |
| "user_media_table.js", |
| "webrtc_internals.js", |
| ] |
| |
| webui_context_type = "trusted" |
| |
| ts_deps = [ "//ui/webui/resources/js:build_ts" ] |
| |
| grit_output_dir = "$root_gen_dir/content/browser/webrtc/resources" |
| } |