| Index: tools/gn/command_desc.cc
|
| diff --git a/tools/gn/command_desc.cc b/tools/gn/command_desc.cc
|
| index 27b1d01d45f1ecdb8449599814cef251afbbad7b..801055b0b13e8c027c35a88848a92989b1784f83 100644
|
| --- a/tools/gn/command_desc.cc
|
| +++ b/tools/gn/command_desc.cc
|
| @@ -684,7 +684,8 @@ int RunDesc(const std::vector<std::string>& args) {
|
| target->output_type() != Target::GROUP &&
|
| target->output_type() != Target::COPY_FILES &&
|
| target->output_type() != Target::ACTION &&
|
| - target->output_type() != Target::ACTION_FOREACH;
|
| + target->output_type() != Target::ACTION_FOREACH &&
|
| + target->output_type() != Target::BUNDLE_DATA;
|
|
|
| // Generally we only want to display toolchains on labels when the toolchain
|
| // is different than the default one for this target (which we always print
|
|
|