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

Unified Diff: content/content_renderer.gypi

Issue 1406113002: Add AudioTrackRecorder for audio component of MediaStream recording. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: trybots Created 5 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
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | content/renderer/media/audio_track_recorder.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 9f8ad570d8af7cbe7b57ae5e91b094ffe5670876..53ef52af4771a3db67d0e67132d1579260f40a70 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -607,6 +607,8 @@
# WebRTC-specific sources. Put WebRTC plugin-related stuff in the
# Plugin+WebRTC section below.
'private_renderer_webrtc_sources': [
+ 'renderer/media/audio_track_recorder.cc',
+ 'renderer/media/audio_track_recorder.h',
'renderer/media/media_recorder_handler.cc',
'renderer/media/media_recorder_handler.h',
'renderer/media/media_stream.cc',
@@ -775,6 +777,8 @@
['OS=="android"', {
'sources!': [
'renderer/media/audio_decoder.cc',
+ 'renderer/media/audio_track_recorder.cc',
+ 'renderer/media/audio_track_recorder.h',
'renderer/media/media_recorder_handler.cc',
'renderer/media/media_recorder_handler.h',
'renderer/media/video_track_recorder.cc',
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | content/renderer/media/audio_track_recorder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698