summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r--chrome/chrome.gyp14
1 files changed, 0 insertions, 14 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 6fc8676..99c9a0a 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -4727,20 +4727,6 @@
}, # target chrome_dll
], # targets
}], # OS=="mac" or OS=="win"
- ['OS=="linux"', {
- 'conditions': [
- # Only Chrome builds get breakpad since crash processing is internal.
- ['branding=="Chrome"', {
- 'variables': {
- 'linux_breakpad%': 1,
- },
- }, {
- 'variables': {
- 'linux_breakpad%': 0,
- },
- }],
- ],
- }],
['OS=="mac"',
{ 'targets': [
{