blob: 46bc98a6e03c069b8015e5496b4f7ca4f268b0e9 [file] [log] [blame]
# Copyright 2019 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 = "components"
static_files = [
"components.css",
"components.html",
]
ts_files = [
"component.html.ts",
"components.ts",
]
ts_definitions = [ "//tools/typescript/definitions/chrome_send.d.ts" ]
ts_deps = [
"//third_party/lit/v3_0:build_ts",
"//ui/webui/resources/js:build_ts",
]
webui_context_type = "trusted"
}