| Index: tools/gn/bundle_file_rule.h
|
| diff --git a/tools/gn/bundle_file_rule.h b/tools/gn/bundle_file_rule.h
|
| index 3669cd26373e786ab45876a33c190f64ee2596a0..9fbf01214d4cc34004fa194674c02e478649b8ca 100644
|
| --- a/tools/gn/bundle_file_rule.h
|
| +++ b/tools/gn/bundle_file_rule.h
|
| @@ -20,6 +20,7 @@ class BundleFileRule {
|
| public:
|
| BundleFileRule(const std::vector<SourceFile> sources,
|
| const SubstitutionPattern& pattern);
|
| + BundleFileRule(const BundleFileRule& other);
|
| ~BundleFileRule();
|
|
|
| // Applies the substitution pattern to a source file, returning the result
|
|
|