| Index: breakpad/breakpad.gyp
|
| diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp
|
| index 69ce5be0ef6b1c205bc71f085a73243b285afd2d..7053d896040cb97736091169b6cd592a48eaff8b 100644
|
| --- a/breakpad/breakpad.gyp
|
| +++ b/breakpad/breakpad.gyp
|
| @@ -311,6 +311,7 @@
|
| 'xcode_settings' : {
|
| 'WARNING_CFLAGS': [
|
| # See https://bugs.chromium.org/p/google-breakpad/issues/detail?id=675.
|
| + # TODO(crbug.com/569158): remove when fixed.
|
| '-Wno-deprecated-declarations',
|
| ],
|
| },
|
| @@ -871,6 +872,13 @@
|
| 'src',
|
| ],
|
| },
|
| + 'xcode_settings' : {
|
| + 'WARNING_CFLAGS': [
|
| + # See https://bugs.chromium.org/p/google-breakpad/issues/detail?id=675.
|
| + # TODO(crbug.com/569158): remove when fixed.
|
| + '-Wno-deprecated-declarations',
|
| + ],
|
| + },
|
| }
|
| ]
|
| }],
|
|
|