chromium/chrome/test/data/webui/privacy_sandbox/internals/private_state_tokens/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_webui_tests.gni")

assert(!is_android)

build_webui_tests("build") {
  files = [
    "app_test.ts",
    "list_container_test.ts",
    "list_item_test.ts",
    "metadata_test.ts",
    "sidebar_test.ts",
    "test_api_proxy.ts",
    "test_data.ts",
    "toolbar_test.ts",
  ]

  ts_path_mappings = [ "chrome://privacy-sandbox-internals/private_state_tokens/private_state_tokens.js|" + rebase_path(
                           "$root_gen_dir/chrome/browser/resources/privacy_sandbox/internals/private_state_tokens/tsc/private_state_tokens.d.ts",
                           target_gen_dir) ]

  ts_deps = [
    "//chrome/browser/resources/privacy_sandbox/internals/private_state_tokens:build_ts",
    "//third_party/lit/v3_0:build_ts",
  ]
}