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

Unified Diff: content/content_renderer.gypi

Issue 1211973012: [Experimental] MediaStreamRecorder playground (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed FFmpegMuxer, using instead libwebm::IMkvMuxer, which is partially added Created 5 years, 5 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 | « content/child/runtime_features.cc ('k') | content/renderer/DEPS » ('j') | no next file with comments »
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 675b6a67e903f3994ad632b54e91f47f10495bf5..76d7ea1395ea611b6df0ee3544d9dec63bf7a0ae 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -29,6 +29,7 @@
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../third_party/libjingle/libjingle.gyp:libjingle',
+ '../third_party/libvpx/libvpx.gyp:libvpx',
'../third_party/mojo/mojo_edk.gyp:mojo_js_lib',
'../third_party/npapi/npapi.gyp:npapi',
'../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
@@ -579,6 +580,8 @@
# WebRTC-specific sources. Put WebRTC plugin-related stuff in the
# Plugin+WebRTC section below.
'private_renderer_webrtc_sources': [
+ 'renderer/media/media_recorder_handler.cc',
+ 'renderer/media/media_recorder_handler.h',
'renderer/media/media_stream.cc',
'renderer/media/media_stream.h',
'renderer/media/media_stream_audio_processor.cc',
@@ -634,6 +637,8 @@
'renderer/media/video_source_handler.h',
'renderer/media/video_track_adapter.cc',
'renderer/media/video_track_adapter.h',
+ 'renderer/media/video_track_recorder.cc',
+ 'renderer/media/video_track_recorder.h',
'renderer/media/webaudio_capturer_source.cc',
'renderer/media/webaudio_capturer_source.h',
'renderer/media/webrtc/media_stream_remote_video_source.cc',
« no previous file with comments | « content/child/runtime_features.cc ('k') | content/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698