Home
last modified time | relevance | path

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

/external/chromium_org/tools/gn/
Dfunction_toolchain.cc819 if (!tool->depend_output().empty()) { in RunTool()
825 if (!IsPatternInOutputList(tool->outputs(), tool->depend_output())) { in RunTool()
831 if ((!tool->link_output().empty() && tool->depend_output().empty()) || in RunTool()
832 (tool->link_output().empty() && !tool->depend_output().empty())) { in RunTool()
Dtarget.cc310 if (tool->link_output().empty() && tool->depend_output().empty()) { in FillOutputFiles()
322 if (!tool->depend_output().empty()) { in FillOutputFiles()
325 this, tool, tool->depend_output()); in FillOutputFiles()
Dtool.h107 const SubstitutionPattern& depend_output() const { in depend_output() function
Dtarget_unittest.cc502 SubstitutionPattern depend_output = SubstitutionPattern::MakeForTest( in TEST() local
504 solink_tool->set_depend_output(depend_output); in TEST()
/external/chromium_org/tools/gn/example/build/toolchain/
DBUILD.gn56 depend_output = soname
/external/chromium_org/build/toolchain/win/
DBUILD.gn115 depend_output = libname
/external/chromium_org/build/toolchain/mac/
DBUILD.gn164 depend_output = tocname
/external/chromium_org/build/toolchain/
Dgcc_toolchain.gni173 depend_output = tocfile