Searched refs:depend_output (Results 1 - 5 of 5) sorted by relevance
/third_party/gn/src/gn/ |
H A D | c_tool.cc | 80 // 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 D | c_tool.h | 80 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 D | target.cc | 988 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 D | function_toolchain.cc | 461 should consider setting link_output, depend_output, and 497 depend_output [string with substitutions] 750 the "depend_output"). 886 depend_output =
|
H A D | target_unittest.cc | 535 SubstitutionPattern depend_output = in TEST_F() local 537 solink_tool->set_depend_output(depend_output); in TEST_F()
|
Completed in 6 milliseconds