| Index: tools/gn/group_target_generator.cc
|
| diff --git a/tools/gn/group_target_generator.cc b/tools/gn/group_target_generator.cc
|
| index d52eb90c5149fc3bf0bbc2b759414207145b3353..b2a73d6684e769a086aaee908c6095b7890660c8 100644
|
| --- a/tools/gn/group_target_generator.cc
|
| +++ b/tools/gn/group_target_generator.cc
|
| @@ -19,5 +19,4 @@ void GroupTargetGenerator::DoRun() {
|
| target_->set_output_type(Target::GROUP);
|
| // Groups only have the default types filled in by the target generator
|
| // base class.
|
| - FillExternal();
|
| }
|
|
|