blob: 19e2237279435dc8d936fbfefa52f626903e3555 [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")
build_webui("build") {
grd_prefix = "service_worker"
static_files = [
"serviceworker_internals.css",
"serviceworker_internals.html",
]
non_web_component_files = [ "serviceworker_internals.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"
grit_output_dir = "$root_gen_dir/content"
}