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

Unified Diff: chrome/chrome.gyp

Issue 506061: Adapt Chrome to use KeystoneRegistration 1.0.7.1306 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years 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/cocoa/keystone_glue.mm ('k') | chrome/tools/build/mac/keystone_install.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 34859)
+++ chrome/chrome.gyp (working copy)
@@ -1206,13 +1206,15 @@
{
# Modify the Info.plist as needed. The script explains why this
# is needed. This is also done in the helper_app and chrome_dll
- # targets. Use -b0 and -k0 to not include any Breakpad or
- # Keystone information; that all goes into the framework's
- # Info.plist. Use -s1 to include Subversion information.
+ # targets. Use -b0 to not include any Breakpad information; that
+ # all goes into the framework's Info.plist. Keystone information
+ # is included if Keystone is enabled because the ticket will
+ # reference this Info.plist to determine the tag of the installed
+ # product. Use -s1 to include Subversion information.
'postbuild_name': 'Tweak Info.plist',
'action': ['<(tweak_info_plist_path)',
'-b0',
- '-k0',
+ '-k<(mac_keystone)',
'-s1',
'<(branding)',
'<(mac_bundle_id)'],
« no previous file with comments | « chrome/browser/cocoa/keystone_glue.mm ('k') | chrome/tools/build/mac/keystone_install.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698