blob: eb92bbb394b0fae40a8da2e9b99eea2eb64fe9eb [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 = "network_errors"
static_files = [
"network_errors_listing.css",
"network_errors_listing.html",
]
ts_files = [ "network_errors_listing.ts" ]
webui_context_type = "trusted"
ts_deps = [ "//ui/webui/resources/js:build_ts" ]
grit_output_dir = "$root_gen_dir/content"
}