| Index: ios/chrome/ios_chrome.gyp
|
| diff --git a/ios/chrome/ios_chrome.gyp b/ios/chrome/ios_chrome.gyp
|
| index 59a41d41d9f610ce8235c9c466e1eac6b8f88628..fd886f580e0f641a6b02f15e9ba0234e6653c0e6 100644
|
| --- a/ios/chrome/ios_chrome.gyp
|
| +++ b/ios/chrome/ios_chrome.gyp
|
| @@ -660,6 +660,14 @@
|
| ],
|
| }]
|
| ],
|
| + # TODO(crbug.com/569158): Suppresses warnings that are treated as errors
|
| + # when minimum iOS version support is increased to iOS 9 and up.
|
| + # This should be removed once all deprecation violations have been fixed.
|
| + 'xcode_settings': {
|
| + 'WARNING_CFLAGS': [
|
| + '-Wno-deprecated-declarations',
|
| + ],
|
| + },
|
| },
|
| {
|
| # GN version: //ios/chrome/browser:about_flags
|
|
|