| Index: tools/gn/ninja_create_bundle_target_writer.cc
|
| diff --git a/tools/gn/ninja_create_bundle_target_writer.cc b/tools/gn/ninja_create_bundle_target_writer.cc
|
| index b92001d6089a9ff871bfc5d6df6efbf817311936..72d11fa2ce07b94829b672a91f268f4215ff9b1d 100644
|
| --- a/tools/gn/ninja_create_bundle_target_writer.cc
|
| +++ b/tools/gn/ninja_create_bundle_target_writer.cc
|
| @@ -71,6 +71,9 @@ void NinjaCreateBundleTargetWriter::Run() {
|
| path_output_.WriteFile(out_, input_dep);
|
| }
|
| out_ << std::endl;
|
| + out_ << " binary_compress = "
|
| + << (file_rule.binary_compress() ? "True" : "False")
|
| + << std::endl;
|
| }
|
| }
|
|
|
|
|