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

Unified Diff: content/content_renderer.gypi

Issue 1313603004: MediaRecorderHandler (video part) and unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved DCHECK_EQ() Created 5 years, 3 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') | 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 0a54c9d23970d467cb3f15cb71ce93212b1ba822..8012a8c74d888c15627eda9c68e2f0855b979b44 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -595,6 +595,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',
@@ -755,6 +757,10 @@
['OS=="android"', {
'sources!': [
'renderer/media/audio_decoder.cc',
+ 'renderer/media/video_track_recorder.cc',
+ 'renderer/media/video_track_recorder.h',
+ 'renderer/media/media_recorder_handler.cc',
+ 'renderer/media/media_recorder_handler.h',
'renderer/usb/type_converters.cc',
'renderer/usb/type_converters.h',
'renderer/usb/web_usb_client_impl.cc',
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698