1# Copyright 2022 the V8 project authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5copy("v8_clusterfuzz_resources") {
6  sources = [ "clusterfuzz_trials_config.json" ]
7  outputs = [ "$root_out_dir/{{source_file_part}}" ]
8}
9