Home
last modified time | relevance | path

Searched refs:depend_output (Results 1 - 5 of 5) sorted by relevance

/third_party/gn/src/gn/
H A Dc_tool.cc80 // Validates either link_output or depend_output. To generalize to either, pass
204 !ReadPattern(scope, "depend_output", &depend_output_, err)) { in InitTool()
223 // Validate link_output and depend_output. in InitTool()
227 if (!ValidateLinkAndDependOutput(depend_output(), "depend_output", err)) { in InitTool()
230 if ((!link_output().empty() && depend_output().empty()) || in InitTool()
231 (link_output().empty() && !depend_output().empty())) { in InitTool()
233 "Both link_output and depend_output should either " in InitTool()
H A Dc_tool.h80 const SubstitutionPattern& depend_output() const { return depend_output_; } in depend_output() function in CTool
104 // Validates either link_output or depend_output. To generalize to either,
H A Dtarget.cc988 if (ctool->link_output().empty() && ctool->depend_output().empty()) { in FillOutputFiles()
1000 if (!ctool->depend_output().empty()) { in FillOutputFiles()
1003 this, tool, ctool->depend_output()); in FillOutputFiles()
H A Dfunction_toolchain.cc461 should consider setting link_output, depend_output, and
497 depend_output [string with substitutions]
750 the "depend_output").
886 depend_output =
H A Dtarget_unittest.cc535 SubstitutionPattern depend_output = in TEST_F() local
537 solink_tool->set_depend_output(depend_output); in TEST_F()

Completed in 7 milliseconds