blob: efc9ddc8c8d610bd3fee72bba4a3f87e3489b1c6 [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("//chrome/common/features.gni")
import("//ui/webui/resources/tools/build_webui.gni")
assert(!is_android, "!is_android check failed")
build_webui("build") {
grd_prefix = "management"
static_files = [ "management.html" ]
ts_files = [
"management_browser_proxy.ts",
"management_ui.html.ts",
"management_ui.ts",
"promotion_banner.html.ts",
]
css_files = [ "management_ui.css" ]
icons_html_files = [ "icons.html" ]
ts_deps = [
"//third_party/lit/v3_0:build_ts",
"//ui/webui/resources/cr_elements:build_ts",
"//ui/webui/resources/js:build_ts",
]
webui_context_type = "trusted"
}