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

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: rebased with 77803004, and fixed the order of the methods. 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 ba8c40174e07bce57e0ad79577c1ba918b5a9c72..81d6febfe3cb82191618fe14d2b701286b27aa06 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -632,6 +632,10 @@
'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_processor_options.cc',
+ 'renderer/media/webrtc_audio_processor_options.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