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

Unified Diff: chrome/chrome_exe.gypi

Issue 2791001: Take Keystone keys out of the framework's Info.plist (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 | « chrome/chrome_dll.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_exe.gypi
===================================================================
--- chrome/chrome_exe.gypi (revision 49261)
+++ chrome/chrome_exe.gypi (working copy)
@@ -357,9 +357,11 @@
# is needed. This is also done in the helper_app and chrome_dll
# 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.
+ # is included if Keystone is enabled. The application reads
+ # Keystone keys from this plist and not the framework's, and
+ # 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',
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698