blob: d49180f1422e1704aca57a6aa0f8a542146067d3 [file] [log] [blame]
# 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",
]
}