diff options
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 2b8aea5..00f2c9a 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -780,16 +780,14 @@ { # Modify the Info.plist as needed. The script explains why this # is needed. This is also done in the chrome and chrome_dll - # targets. In this case, --breakpad=0, -k0, and -s0 are used - # because Breakpad, Keystone, and Subversion keys are never - # placed into the helper. + # targets. In this case, --breakpad=0, --keystone=0, and --svn=0 + # are used because Breakpad, Keystone, and Subversion keys are + # never placed into the helper. 'postbuild_name': 'Tweak Info.plist', 'action': ['<(tweak_info_plist_path)', '--breakpad=0', - '-k0', - '-s0', - '<(branding)', - '<(mac_bundle_id)'], + '--keystone=0', + '--svn=0'], }, { # Make sure there isn't any Objective-C in the helper app's @@ -880,16 +878,14 @@ { # Modify the Info.plist as needed. The script explains why this # is needed. This is also done in the chrome and chrome_dll - # targets. In this case, --breakpad=0, -k0, and -s0 are used - # because Breakpad, Keystone, and Subversion keys are never - # placed into the app mode loader. + # targets. In this case, --breakpad=0, --keystone=0, and --svn=0 + # are used because Breakpad, Keystone, and Subversion keys are + # never placed into the app mode loader. 'postbuild_name': 'Tweak Info.plist', 'action': ['<(tweak_info_plist_path)', '--breakpad=0', - '-k0', - '-s0', - '<(branding)', - '<(mac_bundle_id)'], + '--keystone=0', + '--svn=0'], }, ], }, # target app_mode_app |