| # Copyright 2022 The Fuchsia Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| # Group depending on all test project by a mix of paths and targets. | |
| group("dep") { | |
| deps = [ | |
| "//third_party/bar", | |
| "//third_party/foo", | |
| "//third_party/rust_crates:bar-v0_0_1", | |
| "//third_party/rust_crates:foo", | |
| ] | |
| } | |
| source_set("baz") { | |
| sources = [ "//third_party/baz/src/source.c" ] | |
| } |