# Copyright 2023 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 = "device_log"
static_files = [
"device_log_ui.css",
"device_log_ui.html",
]
# TODO(crbug.com/41484340): Migrate device-log-ui to TypeScript.
non_web_component_files = [ "device_log_ui.js" ]
ts_definitions = [ "//tools/typescript/definitions/chrome_send.d.ts" ]
ts_deps = [ "//ui/webui/resources/js:build_ts" ]
webui_context_type = "trusted"
}