STATIC_LIBRARY    144 tools/gn/builder_unittest.cc   c->set_output_type(Target::STATIC_LIBRARY);
STATIC_LIBRARY    213 tools/gn/filesystem_utils.cc         case Target::STATIC_LIBRARY:
STATIC_LIBRARY    226 tools/gn/filesystem_utils.cc         case Target::STATIC_LIBRARY:
STATIC_LIBRARY    239 tools/gn/filesystem_utils.cc         case Target::STATIC_LIBRARY:
STATIC_LIBRARY     75 tools/gn/ninja_binary_target_writer.cc     case Target::STATIC_LIBRARY:
STATIC_LIBRARY    126 tools/gn/ninja_helper.cc        target->output_type() == Target::STATIC_LIBRARY) &&
STATIC_LIBRARY    156 tools/gn/ninja_helper.cc            target->output_type() == Target::STATIC_LIBRARY)) ||
STATIC_LIBRARY     68 tools/gn/ninja_helper_unittest.cc   setup.target.set_output_type(Target::STATIC_LIBRARY);
STATIC_LIBRARY     73 tools/gn/ninja_target_writer.cc              target->output_type() == Target::STATIC_LIBRARY ||
STATIC_LIBRARY     74 tools/gn/target.cc     case STATIC_LIBRARY:
STATIC_LIBRARY    152 tools/gn/target.cc   return output_type_ == STATIC_LIBRARY || output_type_ == SHARED_LIBRARY;
STATIC_LIBRARY    164 tools/gn/target.cc     if (dep->output_type() == STATIC_LIBRARY ||
STATIC_LIBRARY    113 tools/gn/target_generator.cc                                     Target::STATIC_LIBRARY, err);
STATIC_LIBRARY     74 tools/gn/target_unittest.cc   z.set_output_type(Target::STATIC_LIBRARY);
STATIC_LIBRARY    119 tools/gn/target_unittest.cc   b.set_output_type(Target::STATIC_LIBRARY);
STATIC_LIBRARY    121 tools/gn/target_unittest.cc   c.set_output_type(Target::STATIC_LIBRARY);
STATIC_LIBRARY    157 tools/gn/target_unittest.cc   b_fwd.set_output_type(Target::STATIC_LIBRARY);