summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_exe.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r--chrome/chrome_exe.gypi5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 238779f..6ab3910 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -269,6 +269,11 @@
# A real .dSYM is needed for dump_syms to operate on.
'mac_real_dsym': 1,
},
+ 'xcode_settings': {
+ # With mac_real_dsym set, strip_from_xcode won't be used.
+ # Specify CHROMIUM_STRIP_SAVE_FILE directly to Xcode.
+ 'STRIPFLAGS': '-s $(CHROMIUM_STRIP_SAVE_FILE)',
+ },
'dependencies': [
'../breakpad/breakpad.gyp:dump_syms',
'../breakpad/breakpad.gyp:symupload',