xref: /aosp_15_r20/external/cronet/testing/scripts/rust/BUILD.gn (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1# Copyright 2021 The Chromium Authors
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# This target is used in `data_deps` when generating a `bin/run_foo_unittests`
6# script (via testing/scripts/rust/generate_bash_script.py).  The `data_deps`
7# entry helps ensure that the test isolate contains not only the script, but
8# also the Python library that the script depends on.
9group("rust") {
10  data = [
11    "main_program.py",
12    "test_filtering.py",
13    "test_results.py",
14    "exe_util.py",
15    "rust_main_program.py",
16  ]
17}
18