# Copyright 2025 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_webui_tests.gni")

build_webui_tests("build") {
  cc_test_files = [ "actor_overlay_browsertest.cc" ]

  files = [
    "actor_overlay_test.ts",
    "test_page_handler.ts",
  ]
  ts_path_mappings =
      [ "chrome://actor-overlay/*|" +
        rebase_path(
            "$root_gen_dir/chrome/browser/resources/actor_overlay/tsc/*",
            target_gen_dir) ]
  ts_deps = [
    "//chrome/browser/resources/actor_overlay:build_ts",
    "//third_party/lit/v3_0:build_ts",
    "//ui/webui/resources/js:build_ts",
  ]
}
