ACTION_FOREACH     50 tools/gn/action_target_generator.cc   if (output_type_ == Target::ACTION_FOREACH && target_->sources().empty()) {
ACTION_FOREACH    139 tools/gn/action_target_generator.cc   } else if (output_type_ == Target::ACTION_FOREACH) {
ACTION_FOREACH     33 tools/gn/ninja_action_target_writer.cc   if (target_->output_type() == Target::ACTION_FOREACH) {
ACTION_FOREACH    172 tools/gn/ninja_action_target_writer_unittest.cc   target.set_output_type(Target::ACTION_FOREACH);
ACTION_FOREACH    272 tools/gn/ninja_action_target_writer_unittest.cc   target.set_output_type(Target::ACTION_FOREACH);
ACTION_FOREACH    138 tools/gn/ninja_helper.cc         target->output_type() == Target::ACTION_FOREACH) {
ACTION_FOREACH     66 tools/gn/ninja_target_writer.cc              target->output_type() == Target::ACTION_FOREACH) {
ACTION_FOREACH     80 tools/gn/target.cc     case ACTION_FOREACH:
ACTION_FOREACH     94 tools/gn/target_generator.cc                                     Target::ACTION_FOREACH, err);