diff options
-rwxr-xr-x | chrome/chrome.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 9f4827d..310e295 100755 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -5620,7 +5620,8 @@ '<(linux_strip_binary)', '<(PRODUCT_DIR)/chrome', '<@(_outputs)'], - 'message': 'Dumping breakpad symbols to <(_outputs)' + 'message': 'Dumping breakpad symbols to <(_outputs)', + 'process_outputs_as_sources': 1, }, ], 'dependencies': [ |