Index: breakpad/breakpad.gyp |
diff --git a/breakpad/breakpad.gyp b/breakpad/breakpad.gyp |
index 69ce5be0ef6b1c205bc71f085a73243b285afd2d..030fd40b1ba0e3299d750d3d74213b8446c54026 100644 |
--- a/breakpad/breakpad.gyp |
+++ b/breakpad/breakpad.gyp |
@@ -306,16 +306,6 @@ |
'src/common/simple_string_dictionary.cc', |
'src/common/string_conversion.cc', |
], |
- 'conditions': [ |
- ['OS=="ios"', { |
- 'xcode_settings' : { |
- 'WARNING_CFLAGS': [ |
- # See https://bugs.chromium.org/p/google-breakpad/issues/detail?id=675. |
- '-Wno-deprecated-declarations', |
- ], |
- }, |
- }], |
- ], |
}, |
{ |
# GN version: //breakpad:crash_inspector |