| Index: tools/gn/action_values.cc
|
| diff --git a/tools/gn/action_values.cc b/tools/gn/action_values.cc
|
| index 819ead10c8de65456aa58aacb23b2b509706b25e..be465b069b7d59c91429d2d5b45ce89fa5683e9c 100644
|
| --- a/tools/gn/action_values.cc
|
| +++ b/tools/gn/action_values.cc
|
| @@ -16,6 +16,7 @@ void ActionValues::GetOutputsAsSourceFiles(
|
| const Target* target,
|
| std::vector<SourceFile>* result) const {
|
| if (target->output_type() == Target::COPY_FILES ||
|
| + target->output_type() == Target::COPY_BUNDLE_DATA ||
|
| target->output_type() == Target::ACTION_FOREACH) {
|
| // Copy and foreach applies the outputs to the sources.
|
| SubstitutionWriter::ApplyListToSources(
|
|
|