# Copyright 2024 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 = "lens_shared"
grd_resource_path_prefix = "lens/shared"
css_files = [ "searchbox_shared_style.css" ]
ts_composite = true
ts_deps = [ "//third_party/polymer/v3_0:library" ]
webui_context_type = "relative"
}