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

Unified Diff: chrome/chrome_installer.gypi

Issue 10377173: Do Keychain reauthorization at update time (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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
Index: chrome/chrome_installer.gypi
===================================================================
--- chrome/chrome_installer.gypi (revision 137420)
+++ chrome/chrome_installer.gypi (working copy)
@@ -894,6 +894,7 @@
'target_name': 'installer_packaging',
'type': 'none',
'dependencies': [
+ 'keychain_reauthorize',
'installer/mac/third_party/bsdiff/goobsdiff.gyp:*',
'installer/mac/third_party/xz/xz.gyp:*',
],
@@ -938,6 +939,7 @@
'files': [
'<(PRODUCT_DIR)/goobsdiff',
'<(PRODUCT_DIR)/goobspatch',
+ '<(PRODUCT_DIR)/keychain_reauthorize',
'<(PRODUCT_DIR)/liblzma_decompress.dylib',
'<(PRODUCT_DIR)/xz',
'<(PRODUCT_DIR)/xzdec',
@@ -968,6 +970,13 @@
},
], # copies
}, # target: installer_packaging
+ {
+ 'target_name': 'keychain_reauthorize',
+ 'type': 'executable',
+ 'sources': [
+ 'installer/mac/keychain_reauthorize_main.cc',
+ ],
+ }, # target: keychain_reauthorize
], # targets
}], # OS=="mac"
[ 'branding == "Chrome"', {

Powered by Google App Engine
This is Rietveld 408576698