blob: 06af0c62d5984f7a540a67942db6d080d60236d2 [file] [log] [blame]
# Copyright 2018 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 = "download_internals"
static_files = [
"download_internals.css",
"download_internals.html",
]
ts_files = [
"download_internals.ts",
"download_internals_browser_proxy.ts",
"download_internals_visuals.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/components"
}