Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1505)

Unified Diff: tools/gn/create_bundle_target_generator.h

Issue 2060273002: [GN] Add support for code signing to "create_bundle" targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ios-strings-binary
Patch Set: Remove superfluous \n Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/gn/command_desc.cc ('k') | tools/gn/create_bundle_target_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « tools/gn/command_desc.cc ('k') | tools/gn/create_bundle_target_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698