chromium/chrome/browser/resources/management/BUILD.gn

# 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" ]
  non_web_component_files = [
    "management_browser_proxy.ts",
    "management_ui.html.ts",
    "management_ui.ts",
  ]
  css_files = [ "management_ui.css" ]
  icons_html_files = [ "icons.html" ]
  html_to_wrapper_template = "detect"
  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"
}