# Copyright 2020 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# Copy existing files to output directory.
copy("copy_ts") {
  sources = [
    "no_test_api.ts",
    "test_api.ts",
  ]
  outputs = [ "$target_gen_dir/{{source_file_part}}" ]
}
