HomeSort by relevance Sort by last modified time
    Searched refs:depend_output (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/tools/gn/
target.cc 310 if (tool->link_output().empty() && tool->depend_output().empty()) {
322 if (!tool->depend_output().empty()) {
325 this, tool, tool->depend_output());
function_toolchain.cc 458 " you should consider setting link_output and depend_output.\n"
479 " depend_output [string with substitutions]\n"
658 " variable separate from the \"depend_output\").\n"
694 " depend_output =\n"
785 !ReadPattern(&block_scope, "depend_output", subst_validator, tool.get(),
    [all...]
tool.h 107 const SubstitutionPattern& depend_output() const { function in class:Tool
target_unittest.cc 502 SubstitutionPattern depend_output = SubstitutionPattern::MakeForTest( local
504 solink_tool->set_depend_output(depend_output);

Completed in 329 milliseconds