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

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

Issue 1708353002: Drop support for playing output through aplay in intelligibility_proc (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Remove suppression for audio_processing_tests 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 | « no previous file | webrtc/modules/audio_processing/intelligibility/test/intelligibility_proc.cc » ('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 f672226e4bd6c429eae595fe5cd616573f48130f..ad82f4bdad2fcff9683af4f7fdbb9a5f7b6ab8db 100644
--- a/webrtc/modules/audio_processing/audio_processing_tests.gypi
+++ b/webrtc/modules/audio_processing/audio_processing_tests.gypi
@@ -72,18 +72,6 @@
'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 | « no previous file | webrtc/modules/audio_processing/intelligibility/test/intelligibility_proc.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698