chromium/ash/webui/help_app_ui/test/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("//ash/webui/help_app_ui/help_app_files.gni")
import("//tools/typescript/ts_library.gni")

assert(is_chromeos_ash)

copy("stage_for_test_tsc") {
  sources = help_app_test_ts + help_app_test_defs
  outputs = [ ts_root_dir + "/{{source_file_part}}" ]
}