Index: tools/gn/action_target_generator.cc |
diff --git a/tools/gn/action_target_generator.cc b/tools/gn/action_target_generator.cc |
index 5f8f959f6308a3677f1fe184b3709e28146cc7f8..c51910c61b03752a7774e7dfa21627565dd95b1d 100644 |
--- a/tools/gn/action_target_generator.cc |
+++ b/tools/gn/action_target_generator.cc |
@@ -44,10 +44,6 @@ ActionTargetGenerator::~ActionTargetGenerator() { |
void ActionTargetGenerator::DoRun() { |
target_->set_output_type(output_type_); |
- FillExternal(); |
- if (err_->has_error()) |
- return; |
- |
FillSources(); |
if (err_->has_error()) |
return; |