| Index: tools/gn/copy_target_generator.cc
|
| diff --git a/tools/gn/copy_target_generator.cc b/tools/gn/copy_target_generator.cc
|
| index c88b0c4e3e816efbb9ff6afc4f930e13f62a9a3f..edd6f145ce7417d01b5589a8390873ba0dc723ba 100644
|
| --- a/tools/gn/copy_target_generator.cc
|
| +++ b/tools/gn/copy_target_generator.cc
|
| @@ -23,9 +23,6 @@ CopyTargetGenerator::~CopyTargetGenerator() {
|
| void CopyTargetGenerator::DoRun() {
|
| target_->set_output_type(Target::COPY_FILES);
|
|
|
| - FillExternal();
|
| - if (err_->has_error())
|
| - return;
|
| FillSources();
|
| if (err_->has_error())
|
| return;
|
|
|