| Index: chrome/chrome_exe.gypi
|
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
|
| index b570f98f0dc62e1986508d1e4a2664a3e550e1b8..39f30b52fa02088fc0669ceffa51a9648e65a2ff 100644
|
| --- a/chrome/chrome_exe.gypi
|
| +++ b/chrome/chrome_exe.gypi
|
| @@ -247,16 +247,6 @@
|
| 'CHROMIUM_CREATOR': '<(mac_creator)',
|
| 'CHROMIUM_SHORT_NAME': '<(branding)',
|
| },
|
| - # Turn off -dead_strip in Release mode for the main 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',
|
| - },
|
| - },
|
| - },
|
| 'dependencies': [
|
| 'helper_app',
|
| 'infoplist_strings_tool',
|
|
|