# 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")

assert(is_chromeos)

build_webui_tests("build") {
  resource_path_prefix = "post_message_api"

  cc_test_files = [ "post_message_api_browsertest.cc" ]
  files = [
    "test_post_message_api_client.ts",
    "post_message_api_test.ts",
  ]

  static_files = [ "iframe.html" ]

  ts_deps = [ "//ash/webui/common/resources:build_ts" ]
}
