# Copyright 2022 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")
build_webui("build") {
grd_prefix = "vc_tray_tester"
static_files = [ "main.html" ]
web_component_files = [ "vc_tray_tester.ts" ]
html_to_wrapper_template = "native"
webui_context_type = "trusted"
ts_deps = [
"//ash/webui/common/resources/cr_elements:build_ts",
"//ui/webui/resources/js:build_ts",
]
}