Index: chrome/chrome.gyp |
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp |
index e9a108cd4f38d3f1963e2395bfe653087ba790f8..9c1e90339ade71ccf546fc635dd9e674b3983e94 100644 |
--- a/chrome/chrome.gyp |
+++ b/chrome/chrome.gyp |
@@ -420,16 +420,6 @@ |
'CHROMIUM_STRIP_SAVE_FILE': 'app/app.saves', |
'INFOPLIST_FILE': 'app/helper-Info.plist', |
}, |
- # Turn off -dead_strip in Release mode for the helper app. There's |
- # little here to strip, and doing so preserves symbols from |
- # crt1.10.6.o, which get removed incorrectly. http://crbug.com/139902 |
- 'configurations': { |
- 'Release': { |
- 'xcode_settings': { |
- 'DEAD_CODE_STRIPPING': 'NO', |
- }, |
- }, |
- }, |
'postbuilds': [ |
{ |
# The helper doesn't have real localizations, it just has |