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

Unified Diff: content/content_renderer.gypi

Issue 54383003: Added an "enable-audio-processor" flag and WebRtcAudioProcessor class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed Henrik's comment. Created 7 years, 1 month 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
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 1e72a815942be923504f5cacc6f6c73656c6c558..821b2d1b4fc01645376afa61493fdbe3af48b3cd 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -634,6 +634,8 @@
'renderer/media/webrtc_audio_device_impl.h',
'renderer/media/webrtc_audio_device_not_impl.cc',
'renderer/media/webrtc_audio_device_not_impl.h',
+ 'renderer/media/webrtc_audio_processor.cc',
+ 'renderer/media/webrtc_audio_processor.h',
'renderer/media/webrtc_audio_renderer.cc',
'renderer/media/webrtc_audio_renderer.h',
'renderer/media/webrtc_identity_service.cc',

Powered by Google App Engine
This is Rietveld 408576698