Chromium Code Reviews| Index: chrome/chrome.gyp |
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp |
| index 19609cca6b4f46f592278dc0ac6952223e0a119a..6cecc3094b148b38a4eab972a37f9ed87a1ae3a8 100644 |
| --- a/chrome/chrome.gyp |
| +++ b/chrome/chrome.gyp |
| @@ -286,7 +286,10 @@ |
| 'target_name': 'app_mode_app', |
| 'type': 'executable', |
| 'mac_bundle' : 1, |
| - 'variables': { 'enable_wexit_time_destructors': 1, }, |
| + 'variables': { |
| + 'enable_wexit_time_destructors': 1, |
| + 'mac_real_dsym': 1, |
| + }, |
| 'product_name': 'app_mode_loader', |
| 'dependencies': [ |
| 'app_mode_app_support', |