Home | History | Annotate | Download | only in gn

Lines Matching refs:output_type

60   if (target->output_type() == Target::COPY_FILES) {
63 } else if (target->output_type() == Target::ACTION ||
64 target->output_type() == Target::ACTION_FOREACH) {
67 } else if (target->output_type() == Target::GROUP) {
70 } else if (target->output_type() == Target::EXECUTABLE ||
71 target->output_type() == Target::STATIC_LIBRARY ||
72 target->output_type() == Target::SHARED_LIBRARY ||
73 target->output_type() == Target::SOURCE_SET) {
89 bool list_sources_as_input_deps = target_->output_type() == Target::ACTION;
92 bool add_script_source_as_dep = target_->output_type() == Target::ACTION ||
93 target_->output_type() == Target::ACTION_FOREACH;