blob: c9a7c38b3443033c9cbe58831367c5964149361c [file] [log] [blame]
# Copyright 2025 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 = "net_export"
static_files = [
"net_export.css",
"net_export.html",
]
ts_files = [ "net_export.js" ]
ts_deps = [ "//ui/webui/resources/js:build_ts" ]
webui_context_type = "trusted"
grit_output_dir = "$root_gen_dir/components"
}