| # Copyright 2023 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 = "side_panel_history_clusters" |
| |
| static_files = [ "history_clusters.html" ] |
| |
| web_component_files = [ "app.ts" ] |
| |
| ts_deps = [ |
| "//third_party/polymer/v3_0:library", |
| "//ui/webui/resources/cr_components/history_clusters:build_ts", |
| "//ui/webui/resources/cr_elements:build_ts", |
| ] |
| } |