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', |