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

Unified Diff: media/media.gyp

Issue 11416367: Add Opus decode wrapper to media. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Created 8 years 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
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 0bb6e00da201c16e670e6773b59c1fe25bc63043..58f91a02e099260a8f2fd48ac6496286b00a03f7 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -27,6 +27,7 @@
'../build/temp_gyp/googleurl.gyp:googleurl',
'../crypto/crypto.gyp:crypto',
'../skia/skia.gyp:skia',
+ '../third_party/opus/opus.gyp:opus',
'../ui/ui.gyp:ui',
],
'defines': [
@@ -297,6 +298,8 @@
'filters/h264_to_annex_b_bitstream_converter.h',
'filters/in_memory_url_protocol.cc',
'filters/in_memory_url_protocol.h',
+ 'filters/opus_audio_decoder.cc',
+ 'filters/opus_audio_decoder.h',
'filters/skcanvas_video_renderer.cc',
'filters/skcanvas_video_renderer.h',
'filters/source_buffer_stream.cc',

Powered by Google App Engine
This is Rietveld 408576698