| # 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") |
| |
| # This Debug UI is intended only for desktop platforms: |
| # windows, linux, mac, chromeos. |
| assert(enable_session_service) |
| |
| build_webui("build") { |
| grd_prefix = "tab_strip_internals" |
| |
| static_files = [ "tab_strip_internals.html" ] |
| ts_files = [ |
| "tab_strip_internals.ts", |
| "tab_strip_internals_api_proxy.ts", |
| ] |
| |
| mojo_files_deps = [ |
| "//chrome/browser/ui/webui/tab_strip_internals:mojo_bindings_ts__generator", |
| "//components/tab_groups/public/mojom:mojo_bindings_ts__generator", |
| ] |
| |
| mojo_files = [ |
| "$root_gen_dir/chrome/browser/ui/webui/tab_strip_internals/tab_strip_internals.mojom-webui.ts", |
| "$root_gen_dir/components/tab_groups/public/mojom/tab_group_types.mojom-webui.ts", |
| ] |
| |
| ts_deps = [ |
| "//ui/webui/resources/js:build_ts", |
| "//ui/webui/resources/mojo:build_ts", |
| ] |
| } |