# Copyright 2024 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 = "management"

  static_files = [
    "images/enterprise_icon.svg",
    "management.css",
    "management.html",
  ]

  ts_files = [ "management.ts" ]

  ts_deps = [ "//ui/webui/resources/js:build_ts" ]

  grit_output_dir = "$root_gen_dir/components"
}
