Searched defs:target_label (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/gn/
H A Dninja_action_target_writer.cc95 std::string target_label = target_->label().GetUserVisibleName(true); local
96 std::string custom_rule_name(target_label);
119 out_ << " description = ACTION " << target_label << std::endl;
147 out_ << " description = ACTION " << target_label << std::endl;

Completed in 94 milliseconds