| Index: tools/gn/create_bundle_target_generator.h
|
| diff --git a/tools/gn/create_bundle_target_generator.h b/tools/gn/create_bundle_target_generator.h
|
| index 9527a1a888845b9cecbcd2d39cd4ef15daf5a771..585abf1feba3a1dbdb21315a9af175172c454b0d 100644
|
| --- a/tools/gn/create_bundle_target_generator.h
|
| +++ b/tools/gn/create_bundle_target_generator.h
|
| @@ -33,6 +33,7 @@ class CreateBundleTargetGenerator : public TargetGenerator {
|
| bool FillCodeSigningSources();
|
| bool FillCodeSigningOutputs();
|
| bool FillCodeSigningArgs();
|
| + bool FillBundleDepsFilter();
|
|
|
| DISALLOW_COPY_AND_ASSIGN(CreateBundleTargetGenerator);
|
| };
|
|
|