Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(188)

Unified Diff: webrtc/modules/audio_processing/audio_processing_tests.gypi

Issue 1713493002: Roll chromium_revision 1d144ca..fa5d546 (375480:376142) (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: A collection of fixes Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | webrtc/supplement.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_processing/audio_processing_tests.gypi
diff --git a/webrtc/modules/audio_processing/audio_processing_tests.gypi b/webrtc/modules/audio_processing/audio_processing_tests.gypi
index ad82f4bdad2fcff9683af4f7fdbb9a5f7b6ab8db..f672226e4bd6c429eae595fe5cd616573f48130f 100644
--- a/webrtc/modules/audio_processing/audio_processing_tests.gypi
+++ b/webrtc/modules/audio_processing/audio_processing_tests.gypi
@@ -72,6 +72,18 @@
'sources': [
'intelligibility/test/intelligibility_proc.cc',
],
+ 'conditions': [
+ ['OS=="ios"', {
+ 'xcode_settings': {
+ 'WARNING_CFLAGS': [
+ # Suppress compiler warnings about deprecated that triggered
+ # when moving from ios_deployment_target 7.0 to 9.0.
+ # See webrtc:5549 for more details.
+ '-Wno-deprecated-declarations',
+ ],
+ },
+ }],
+ ],
}, # intelligibility_proc
],
'conditions': [
« no previous file with comments | « DEPS ('k') | webrtc/supplement.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698