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

Unified Diff: media/media.gyp

Issue 1414793002: Update WebmMuxer for audio component of MediaStream recording. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address miu's comments Created 5 years, 1 month 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
« media/filters/opus_constants.h ('K') | « media/filters/opus_constants.cc ('k') | no next file » | 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 58d592bed5298e6c5839276cc63688b7a799e03d..c6d9f9fd835a182a61a9d1a774c0eb3b640e7951 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -553,6 +553,8 @@
'filters/jpeg_parser.h',
'filters/opus_audio_decoder.cc',
'filters/opus_audio_decoder.h',
+ 'filters/opus_constants.cc',
+ 'filters/opus_constants.h',
'filters/source_buffer_range.cc',
'filters/source_buffer_range.h',
'filters/source_buffer_stream.cc',
« media/filters/opus_constants.h ('K') | « media/filters/opus_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698