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

  /external/chromium_org/tools/gn/
ninja_target_writer.cc 161 std::vector<std::string> output_template_args; local
164 output_template_args.push_back(
168 return FileTemplate(target_->settings(), output_template_args);
file_template.cc 146 std::vector<std::string> output_template_args; local
148 output_template_args.push_back(outputs[i].value());
149 return FileTemplate(target->settings(), output_template_args);

Completed in 207 milliseconds