# 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("//chrome/browser/resources/tools/build_webui.gni") | |
assert(!is_android) | |
build_webui("build") { | |
grd_prefix = "side_panel_shared" | |
grd_resource_path_prefix = "shared" | |
web_component_files = [ | |
"sp_empty_state.ts", | |
"sp_filter_chip.ts", | |
"sp_footer.ts", | |
"sp_list_item_badge.ts", | |
] | |
ts_composite = true | |
ts_deps = [ | |
"//third_party/polymer/v3_0:library", | |
"//ui/webui/resources:library", | |
] | |
} |