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

Unified Diff: chrome/chrome_installer.gypi

Issue 2749014: Split sign.sh into two pieces (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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 | « no previous file | chrome/installer/mac/make_sign_sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_installer.gypi
===================================================================
--- chrome/chrome_installer.gypi (revision 49433)
+++ chrome/chrome_installer.gypi (working copy)
@@ -777,23 +777,22 @@
# use to sign the .app bundle.
'action_name': 'Make sign.sh',
'variables': {
- 'make_sign_sh_path': 'installer/mac/make_sign_sh',
- 'sign_sh_in_path': 'installer/mac/sign.sh.in',
- 'app_resource_rules_in_path':
- 'installer/mac/app_resource_rules.plist.in',
+ 'make_signers_sh_path': 'installer/mac/make_signers.sh',
},
'inputs': [
- '<(make_sign_sh_path)',
- '<(sign_sh_in_path)',
- '<(app_resource_rules_in_path)',
+ '<(make_signers_sh_path)',
+ 'installer/mac/sign_app.sh.in',
+ 'installer/mac/sign_versioned_dir.sh.in',
+ 'installer/mac/app_resource_rules.plist.in',
'<(version_path)',
],
'outputs': [
- '<(mac_packaging_dir)/sign.sh',
+ '<(mac_packaging_dir)/sign_app.sh',
+ '<(mac_packaging_dir)/sign_versioned_dir.sh',
'<(mac_packaging_dir)/app_resource_rules.plist',
],
'action': [
- '<(make_sign_sh_path)',
+ '<(make_signers_sh_path)',
'<(mac_packaging_sh_dir)',
'<(mac_product_name)',
'<(version_full)',
« no previous file with comments | « no previous file | chrome/installer/mac/make_sign_sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698