blob: 6ea1e62f1cc1231a8432b5bc65f8e3735569b1c9 [file] [log] [blame]
# Copyright 2024 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 = "inspect"
static_files = [
"inspect.css",
"inspect.html",
]
# TODO(crbug.com/385341235): Migrate to TypeScript.
ts_files = [ "inspect.js" ]
ts_definitions = [ "//tools/typescript/definitions/chrome_send.d.ts" ]
ts_deps = [ "//ui/webui/resources/js:build_ts" ]
}