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

Unified Diff: chrome/chrome_installer.gypi

Issue 10534027: Sign Chrome with the new Apple Developer ID certificate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | « chrome/browser/chrome_browser_main_mac.mm ('k') | chrome/installer/mac/sign_app.sh.in » ('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 140795)
+++ chrome/chrome_installer.gypi (working copy)
@@ -892,7 +892,6 @@
'target_name': 'installer_packaging',
'type': 'none',
'dependencies': [
- 'keychain_reauthorize',
'installer/mac/third_party/bsdiff/goobsdiff.gyp:*',
'installer/mac/third_party/xz/xz.gyp:*',
],
@@ -966,16 +965,16 @@
}], # branding=="Chrome" and buildtype=="Official"
], # conditions
},
+ {
+ 'destination': '<(mac_packaging_dir)/.keychain_reauthorize',
+ 'files': [
+ 'installer/mac/internal/keychain_reauthorize/com.google.Chrome',
+ 'installer/mac/internal/keychain_reauthorize/com.google.Chrome.canary',
+ ],
+ },
], # copies
}, # target: installer_packaging
{
- 'target_name': 'keychain_reauthorize',
- 'type': 'executable',
- 'sources': [
- 'installer/mac/keychain_reauthorize_main.cc',
TVL 2012/06/06 19:08:08 do you want to kill off this source also?
Mark Mentovai 2012/06/06 19:10:28 TVL wrote:
- ],
- }, # target: keychain_reauthorize
- {
'target_name': 'gcapi_lib',
'type': 'static_library',
'include_dirs': [
« no previous file with comments | « chrome/browser/chrome_browser_main_mac.mm ('k') | chrome/installer/mac/sign_app.sh.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698