Home | History | Annotate | Download | only in gn

Lines Matching refs:output_type

154       (target->output_type() == Target::SHARED_LIBRARY ||
155 target->output_type() == Target::STATIC_LIBRARY) &&
163 if (target->output_type() == Target::GROUP ||
164 target->output_type() == Target::SOURCE_SET ||
165 target->output_type() == Target::COPY_FILES ||
166 target->output_type() == Target::ACTION ||
167 target->output_type() == Target::ACTION_FOREACH) {
170 extension = GetExtensionForOutputType(target->output_type(),
182 if (target->output_type() == Target::EXECUTABLE ||
184 (target->output_type() == Target::SHARED_LIBRARY ||
185 target->output_type() == Target::STATIC_LIBRARY)) ||
187 target->output_type() == Target::SHARED_LIBRARY)) {
200 if (target->output_type() == Target::SHARED_LIBRARY) {