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

Unified Diff: content/content_renderer.gypi

Issue 11270012: Adding audio support to the new webmediaplyer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed the nits from Andrew and fixed the chromeOS testbot error Created 8 years, 2 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
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 0b74896a23f9791950ea90f8d37d1b17f98f96aa..370c3936b5283e2cb26ce55fc38592d7902d7ca0 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -336,6 +336,8 @@
'renderer/media/rtc_video_capturer.h',
'renderer/media/webrtc_audio_device_impl.cc',
'renderer/media/webrtc_audio_device_impl.h',
+ 'renderer/media/webrtc_audio_renderer.cc',
+ 'renderer/media/webrtc_audio_renderer.h',
'renderer/p2p/host_address_request.cc',
'renderer/p2p/host_address_request.h',
'renderer/p2p/ipc_network_manager.cc',

Powered by Google App Engine
This is Rietveld 408576698