| Index: tools/gn/bundle_file_rule.cc
|
| diff --git a/tools/gn/bundle_file_rule.cc b/tools/gn/bundle_file_rule.cc
|
| index 0f42c8f197e955c5cd2a46485332fc92e6a0ea6f..7684196c35646e5cf8887a28041e85b5ec1f59ae 100644
|
| --- a/tools/gn/bundle_file_rule.cc
|
| +++ b/tools/gn/bundle_file_rule.cc
|
| @@ -14,6 +14,8 @@ BundleFileRule::BundleFileRule(const std::vector<SourceFile> sources,
|
| const SubstitutionPattern& pattern)
|
| : sources_(sources), pattern_(pattern) {}
|
|
|
| +BundleFileRule::BundleFileRule(const BundleFileRule& other) = default;
|
| +
|
| BundleFileRule::~BundleFileRule() {}
|
|
|
| SourceFile BundleFileRule::ApplyPatternToSource(
|
|
|