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

Unified Diff: chrome/chrome.gyp

Issue 273059: Official builds should be on the com.google.Chrome update product ID (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 | « build/mac/tweak_app_infoplist ('k') | chrome/tools/build/mac/tweak_info_plist » ('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 29018)
+++ chrome/chrome.gyp (working copy)
@@ -140,6 +140,7 @@
],
},],
['OS=="mac"', {
+ 'tweak_info_plist_path': 'tools/build/mac/tweak_info_plist',
'nacl_defines': [
'NACL_WINDOWS=0',
'NACL_LINUX=0',
@@ -3568,11 +3569,12 @@
# Keystone information; that all goes into the framework's
# Info.plist. Use -s1 to include Subversion information.
'postbuild_name': 'Tweak Info.plist',
- 'action': ['<(DEPTH)/build/mac/tweak_app_infoplist',
+ 'action': ['<(tweak_info_plist_path)',
'-b0',
'-k0',
'-s1',
- '<(branding)'],
+ '<(branding)',
+ '<(mac_bundle_id)'],
},
{
'postbuild_name': 'Tweak Mac lproj folders',
@@ -5239,11 +5241,12 @@
# Subversion keys for anything, but this seems like a really
# good place to store them.
'postbuild_name': 'Tweak Info.plist',
- 'action': ['<(DEPTH)/build/mac/tweak_app_infoplist',
+ 'action': ['<(tweak_info_plist_path)',
'-b<(mac_breakpad)',
'-k<(mac_keystone)',
'-s1',
- '<(branding)'],
+ '<(branding)',
+ '<(mac_bundle_id)'],
},
{
'postbuild_name': 'Tweak Mac lproj folders',
@@ -5463,11 +5466,12 @@
# the framework. -s0 is used because Subversion keys are only
# placed into the main app.
'postbuild_name': 'Tweak Info.plist',
- 'action': ['<(DEPTH)/build/mac/tweak_app_infoplist',
+ 'action': ['<(tweak_info_plist_path)',
'-b0',
'-k0',
'-s0',
- '<(branding)'],
+ '<(branding)',
+ '<(mac_bundle_id)'],
},
{
'postbuild_name': 'Tweak Mac lproj folders',
« no previous file with comments | « build/mac/tweak_app_infoplist ('k') | chrome/tools/build/mac/tweak_info_plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698