| # 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" ] |
| } |