| Index: tools/gn/runtime_deps.cc
|
| diff --git a/tools/gn/runtime_deps.cc b/tools/gn/runtime_deps.cc
|
| index d82831199fdca5f31529ad73e7d29b955b65e5a3..d5f5e531db6fec948e5effa542f9e65d29571bae 100644
|
| --- a/tools/gn/runtime_deps.cc
|
| +++ b/tools/gn/runtime_deps.cc
|
| @@ -96,7 +96,8 @@ void RecursiveCollectRuntimeDeps(const Target* target,
|
| if (is_target_data_dep &&
|
| (target->output_type() == Target::ACTION ||
|
| target->output_type() == Target::ACTION_FOREACH ||
|
| - target->output_type() == Target::COPY_FILES)) {
|
| + target->output_type() == Target::COPY_FILES ||
|
| + target->output_type() == Target::COPY_BUNDLE_DATA)) {
|
| std::vector<SourceFile> outputs;
|
| target->action_values().GetOutputsAsSourceFiles(target, &outputs);
|
| for (const auto& output_file : outputs)
|
|
|