Home | History | Annotate | Download | only in gn

Lines Matching refs:output_type

81     if (sorted_deps[i].ptr->output_type() == Target::GROUP)
260 if (target->output_type() == Target::ACTION) {
264 } else if (target->output_type() == Target::ACTION_FOREACH) {
536 target->output_type() != Target::GROUP &&
537 target->output_type() != Target::COPY_FILES &&
538 target->output_type() != Target::ACTION &&
539 target->output_type() != Target::ACTION_FOREACH;
551 Target::GetStringForOutputType(target->output_type())) + "\n");
579 if (target->output_type() == Target::ACTION ||
580 target->output_type() == Target::ACTION_FOREACH) {
586 if (target->output_type() == Target::ACTION ||
587 target->output_type() == Target::ACTION_FOREACH ||
588 target->output_type() == Target::COPY_FILES) {