| Index: breakpad/breakpad.gyp
|
| diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
|
| index 80cfc6a14c13f2f8b60fbdb5d4b424b092f59b07..18a43553074bd3967e5f0f89838438c920dae9f1 100644
|
| --- a/breakpad/breakpad.gyp
|
| +++ b/breakpad/breakpad.gyp
|
| @@ -580,6 +580,12 @@
|
| 'breakpad_processor_support',
|
| 'linux_dumper_unittest_helper',
|
| ],
|
| + 'variables': {
|
| + 'clang_warning_flags': [
|
| + # See http://crbug.com/138571#c18
|
| + '-Wno-unused-value',
|
| + ],
|
| + },
|
|
|
| 'sources': [
|
| 'linux/breakpad_googletest_includes.h',
|
| @@ -616,12 +622,6 @@
|
| '.',
|
| ],
|
| 'conditions': [
|
| - [ 'clang == 1', {
|
| - 'cflags': [
|
| - # See http://crbug.com/138571#c18
|
| - '-Wno-unused-value',
|
| - ],
|
| - }],
|
| ['OS=="android"', {
|
| 'libraries': [
|
| '-llog',
|
|
|