| # Copyright 2022 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 = "aggregation_service_internals" |
| |
| static_files = [ |
| "aggregation_service_internals.html", |
| "aggregation_service_internals.css", |
| ] |
| |
| non_web_component_files = [ |
| "aggregation_service_internals.ts", |
| "table_model.ts", |
| ] |
| |
| web_component_files = [ "aggregation_service_internals_table.ts" ] |
| |
| ts_deps = [ |
| "//ui/webui/resources/js:build_ts", |
| "//ui/webui/resources/mojo:build_ts", |
| ] |
| |
| aggregation_service_content_folder = "content/browser/aggregation_service" |
| |
| mojo_files = [ "$root_gen_dir/$aggregation_service_content_folder/aggregation_service_internals.mojom-webui.ts" ] |
| |
| mojo_files_deps = |
| [ "//$aggregation_service_content_folder:mojo_bindings_ts__generator" ] |
| |
| grit_output_dir = "$root_gen_dir/content" |
| html_to_wrapper_template = "native" |
| } |