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

Unified Diff: media/media.gyp

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 | « media/filters/webm_muxer.cc ('k') | third_party/libwebm/libwebm.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index f581a46cb15cb29f391b9ff02fedabf4f0823520..a6fefde3401a811dff81e00593db7960f625e6ac 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -58,6 +58,7 @@
'../crypto/crypto.gyp:crypto',
'../gpu/gpu.gyp:command_buffer_common',
'../skia/skia.gyp:skia',
+ '../third_party/libwebm/libwebm.gyp:libwebm',
'../third_party/libyuv/libyuv.gyp:libyuv',
'../third_party/opus/opus.gyp:opus',
'../ui/events/events.gyp:events_base',
@@ -260,7 +261,7 @@
'base/cdm_factory.cc',
'base/cdm_factory.h',
'base/cdm_initialized_promise.cc',
- 'base/cdm_initialized_promise.h',
+ 'base/cdm_initialized_promise.h',
'base/cdm_key_information.cc',
'base/cdm_key_information.h',
'base/cdm_promise.cc',
@@ -502,6 +503,8 @@
'filters/vp8_parser.h',
'filters/vpx_video_decoder.cc',
'filters/vpx_video_decoder.h',
+ 'filters/webm_muxer.cc',
+ 'filters/webm_muxer.h',
'filters/webvtt_util.h',
'filters/wsola_internals.cc',
'filters/wsola_internals.h',
« no previous file with comments | « media/filters/webm_muxer.cc ('k') | third_party/libwebm/libwebm.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698