| # Copyright 2021 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 = "app_service_internals" |
| |
| static_files = [ "index.html" ] |
| |
| web_component_files = [ "app_service_internals.ts" ] |
| |
| mojo_files_deps = [ "//chrome/browser/ui/webui/app_service_internals:mojo_bindings_ts__generator" ] |
| mojo_files = [ "$root_gen_dir/chrome/browser/ui/webui/app_service_internals/app_service_internals.mojom-webui.ts" ] |
| |
| ts_deps = [ |
| "//third_party/polymer/v3_0:library", |
| "//ui/webui/resources/mojo:build_ts", |
| ] |
| webui_context_type = "trusted" |
| } |