| # Copyright 2025 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 = "glic_shared" |
| grd_resource_path_prefix = "shared" |
| |
| ts_files = [ "glic_request_headers.ts" ] |
| |
| ts_deps = [ |
| "//ui/webui/resources/cr_elements:build_ts", |
| "//ui/webui/resources/js:build_ts", |
| "//ui/webui/resources/mojo:build_ts", |
| ] |
| |
| ts_definitions = [ |
| "//tools/typescript/definitions/chrome_event.d.ts", |
| "//tools/typescript/definitions/web_request.d.ts", |
| "//tools/typescript/definitions/webview_tag.d.ts", |
| ] |
| |
| ts_composite = true |
| |
| webui_context_type = "trusted" |
| } |