Chromium Code Reviews| Index: build/common.gypi |
| =================================================================== |
| --- build/common.gypi (revision 211410) |
| +++ build/common.gypi (working copy) |
| @@ -635,7 +635,6 @@ |
| ['OS=="linux" and target_arch=="arm" and chromeos==0', { |
| # Set some defaults for arm/linux chrome builds |
| - 'linux_breakpad%': 0, |
|
Lei Zhang
2013/07/15 20:55:35
sbc: Can we turn on Breakpad for Linux/ARM?
Sam Clegg
2013/07/15 23:28:30
Removing this line on my local machine doesn't bre
|
| 'linux_use_tcmalloc%': 0, |
| # sysroot needs to be an absolute path otherwise it generates |
| # incorrect results when passed to pkg-config |
| @@ -970,9 +969,6 @@ |
| # Enable strict glibc debug mode. |
| 'glibcxx_debug%': 0, |
| - # Compile in Breakpad support by default so that it can be tested, |
| - # even if it not enabled by default at runtime. |
| - 'linux_breakpad%': 1, |
| # And if we want to dump symbols for Breakpad-enabled builds. |
| 'linux_dump_symbols%': 0, |
| # And if we want to strip the binary after dumping symbols. |
| @@ -1141,7 +1137,6 @@ |
| 'disable_nacl%': 1, |
| 'nacl_untrusted_build%': 0, |
| 'linux_use_tcmalloc%': 0, |
| - 'linux_breakpad%': 0, |
| }], |
| ['OS=="linux" and target_arch=="mipsel"', { |
| 'sysroot%': '<(sysroot)', |
| @@ -3335,9 +3330,6 @@ |
| }], |
| ], |
| }], |
| - ['linux_breakpad==1', { |
| - 'defines': ['USE_LINUX_BREAKPAD'], |
| - }], |
| ['linux_dump_symbols==1', { |
| 'cflags': [ '-g' ], |
| 'conditions': [ |