| Index: tools/gn/function_get_target_outputs.cc
|
| diff --git a/tools/gn/function_get_target_outputs.cc b/tools/gn/function_get_target_outputs.cc
|
| index 6e3cf6563ca0dde20ca4c359c5b95ec2a4763ab5..c75250196c6a8eed9d38f825d1281a6094170c14 100644
|
| --- a/tools/gn/function_get_target_outputs.cc
|
| +++ b/tools/gn/function_get_target_outputs.cc
|
| @@ -119,6 +119,7 @@ Value RunGetTargetOutputs(Scope* scope,
|
| std::vector<SourceFile> files;
|
| if (target->output_type() == Target::ACTION ||
|
| target->output_type() == Target::COPY_FILES ||
|
| + target->output_type() == Target::COPY_BUNDLE_DATA ||
|
| target->output_type() == Target::ACTION_FOREACH) {
|
| target->action_values().GetOutputsAsSourceFiles(target, &files);
|
| } else {
|
|
|