Index: chrome/chrome_exe.gypi |
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi |
index e19d4eae883889def38a05f3ed51d66cfb44fb20..27692039f6f710c55e2836293b054a403d72d1ee 100644 |
--- a/chrome/chrome_exe.gypi |
+++ b/chrome/chrome_exe.gypi |
@@ -166,7 +166,7 @@ |
'browser/ui/cocoa/applescript/scripting.sdef', |
], |
}], |
- ['mac_breakpad==1', { |
+ ['mac_breakpad_symbols==1', { |
'variables': { |
# A real .dSYM is needed for dump_syms to operate on. |
'mac_real_dsym': 1, |
@@ -213,7 +213,7 @@ |
], |
}], |
], |
- }], # mac_breakpad |
+ }], # mac_breakpad_symbols |
], |
'product_name': '<(mac_product_name)', |
'xcode_settings': { |
@@ -301,17 +301,18 @@ |
{ |
# 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 to not include any Breakpad information; that |
- # all goes into the framework's Info.plist. Keystone 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. The -p flag controls whether to insert PDF as a |
- # supported type identifier that can be opened. |
+ # targets. Use --breakpad=0 to not include any Breakpad |
+ # information; that all goes into the framework's Info.plist. |
+ # Keystone 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. The -p flag controls whether |
+ # to insert PDF as a supported type identifier that can be |
+ # opened. |
'postbuild_name': 'Tweak Info.plist', |
'action': ['<(tweak_info_plist_path)', |
- '-b0', |
+ '--breakpad=0', |
'-k<(mac_keystone)', |
'-s1', |
'-p<(internal_pdf)', |