Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dtarget.cc983 if (const CTool* ctool = tool->AsC()) { in FillOutputFiles() local
984 if (ctool->link_output().empty() && ctool->depend_output().empty()) { in FillOutputFiles()
991 if (!ctool->link_output().empty()) { in FillOutputFiles()
994 this, tool, ctool->link_output()); in FillOutputFiles()
996 if (!ctool->depend_output().empty()) { in FillOutputFiles()
999 this, tool, ctool->depend_output()); in FillOutputFiles()