# Copyright 2023 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 = [ "webui_webview_browsertest.cc" ]

  ts_definitions = [
    "//tools/typescript/definitions/chrome_event.d.ts",
    "//tools/typescript/definitions/context_menus.d.ts",
    "//tools/typescript/definitions/extension_types.d.ts",
    "//tools/typescript/definitions/tabs.d.ts",
    "//tools/typescript/definitions/web_request.d.ts",
    "//tools/typescript/definitions/webview_tag.d.ts",
  ]

  ts_path_mappings = [ "chrome-untrusted://webui-test/*|" +
                       rebase_path("$root_gen_dir/chrome/test/data/webui/tsc/*",
                                   target_gen_dir) ]

  files = [
    "webview_basic_test.ts",
    "webview_content_script_test.ts",
    "webview_untrusted_test.ts",
  ]
}
