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

  /external/chromium_org/tools/gn/
ninja_build_writer.h 45 void WritePhonyRule(const Target* target, const OutputFile& target_file,
ninja_build_writer.cc 211 WritePhonyRule(target, target_file, long_name);
221 WritePhonyRule(target, target_file, medium_name);
226 WritePhonyRule(target, target_file, label.name());
238 WritePhonyRule(target, target->dependency_output_file(),
249 void NinjaBuildWriter::WritePhonyRule(const Target* target,

Completed in 31 milliseconds