| 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 50040b8744d88ebf92331b9994502d7eb40377b9..9527a1a888845b9cecbcd2d39cd4ef15daf5a771 100644
|
| --- a/tools/gn/create_bundle_target_generator.h
|
| +++ b/tools/gn/create_bundle_target_generator.h
|
| @@ -23,9 +23,16 @@ class CreateBundleTargetGenerator : public TargetGenerator {
|
| void DoRun() override;
|
|
|
| private:
|
| - bool GetBundleDir(const SourceDir& bundle_root_dir,
|
| - const base::StringPiece& name,
|
| - SourceDir* bundle_dir);
|
| + bool FillBundleDir(const SourceDir& bundle_root_dir,
|
| + const base::StringPiece& name,
|
| + SourceDir* bundle_dir);
|
| +
|
| + bool FillProductType();
|
| +
|
| + bool FillCodeSigningScript();
|
| + bool FillCodeSigningSources();
|
| + bool FillCodeSigningOutputs();
|
| + bool FillCodeSigningArgs();
|
|
|
| DISALLOW_COPY_AND_ASSIGN(CreateBundleTargetGenerator);
|
| };
|
|
|