Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dresolved_target_data.cc43 ImmutableVector<const Target*> hard_deps; member
115 return TargetSet(info->hard_deps.begin(), info->hard_deps.end()); in recursive_hard_deps()
223 all_hard_deps.insert(dep_info->hard_deps.begin(), in ComputeHardDeps()
224 dep_info->hard_deps.end()); in ComputeHardDeps()
226 info->hard_deps = ImmutableVector<const Target*>(all_hard_deps); in ComputeHardDeps()
Dninja_target_writer.cc410 const TargetSet& hard_deps(target_->recursive_hard_deps()); in WriteInputDepsStampAndGetDep() local
411 for (const Target* target : hard_deps) { in WriteInputDepsStampAndGetDep()
423 if (!hard_deps.contains(target)) in WriteInputDepsStampAndGetDep()