chromium/ash/webui/focus_mode/untrusted_resources/BUILD.gn

# 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("//build/config/chromeos/ui_mode.gni")
import("//ui/webui/resources/tools/build_webui.gni")

assert(is_chromeos_ash)

build_webui("build") {
  grd_prefix = "ash_focus_mode_player"

  static_files = [ "player.html" ]
  non_web_component_files = [ "player.ts" ]

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

  webui_context_type = "untrusted"
  grit_output_dir = "$root_gen_dir/ash/webui"
}