Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dtarget.h347 return all_frameworks_; in all_frameworks()
519 UniqueVector<std::string> all_frameworks_; variable
Dtarget.cc497 all_frameworks_.Append(cur.frameworks().begin(), cur.frameworks().end()); in OnResolved()
874 all_frameworks_.Append(dep->all_frameworks()); in PullDependentTargetLibsFrom()