| Index: tools/gn/bundle_file_rule.cc
|
| diff --git a/tools/gn/bundle_file_rule.cc b/tools/gn/bundle_file_rule.cc
|
| index 7684196c35646e5cf8887a28041e85b5ec1f59ae..97beac2a6ed8d497b09c804eb9bffb4c8257d4f7 100644
|
| --- a/tools/gn/bundle_file_rule.cc
|
| +++ b/tools/gn/bundle_file_rule.cc
|
| @@ -11,8 +11,9 @@
|
| #include "tools/gn/target.h"
|
|
|
| BundleFileRule::BundleFileRule(const std::vector<SourceFile> sources,
|
| - const SubstitutionPattern& pattern)
|
| - : sources_(sources), pattern_(pattern) {}
|
| + const SubstitutionPattern& pattern,
|
| + bool binary_compress)
|
| + : sources_(sources), pattern_(pattern), binary_compress_(binary_compress) {}
|
|
|
| BundleFileRule::BundleFileRule(const BundleFileRule& other) = default;
|
|
|
|
|