Home
last modified time | relevance | path

Searched refs:rust_deps (Results 1 – 1 of 1) sorted by relevance

/third_party/gn/src/gn/
Drust_project_writer.cc91 void GetRustDeps(const Target* target, TargetsVector* rust_deps) { in GetRustDeps() argument
97 rust_deps->push_back(dep); in GetRustDeps()
100 GetRustDeps(dep, rust_deps); in GetRustDeps()