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

Unified Diff: remoting/remoting.gyp

Issue 11189047: Add opus audio codec support in remoting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 9fbb51a093efa0aed8a481113c1a6c92dafbefed..0a5765995d768a98655803f0de3fd93d4f8d119c 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1343,9 +1343,12 @@
'../net/net.gyp:net',
'../skia/skia.gyp:skia',
'../third_party/libvpx/libvpx.gyp:libvpx',
+ '../third_party/opus/opus.gyp:opus',
'../third_party/protobuf/protobuf.gyp:protobuf_lite',
'../third_party/speex/speex.gyp:libspeex',
'../third_party/zlib/zlib.gyp:zlib',
+ '../media/media.gyp:media',
+ '../media/media.gyp:shared_memory_support',
'../media/media.gyp:yuv_convert',
'remoting_jingle_glue',
'remoting_resources',
@@ -1398,6 +1401,8 @@
'base/util.h',
'codec/audio_decoder.cc',
'codec/audio_decoder.h',
+ 'codec/audio_decoder_opus.cc',
+ 'codec/audio_decoder_opus.h',
'codec/audio_decoder_speex.cc',
'codec/audio_decoder_speex.h',
'codec/audio_decoder_verbatim.cc',
@@ -1413,6 +1418,8 @@
'codec/video_decoder_row_based.cc',
'codec/video_decoder_row_based.h',
'codec/video_encoder.h',
+ 'codec/audio_encoder_opus.cc',
+ 'codec/audio_encoder_opus.h',
'codec/video_encoder_vp8.cc',
'codec/video_encoder_vp8.h',
'codec/video_encoder_row_based.cc',
« remoting/codec/audio_encoder_opus.cc ('K') | « remoting/protocol/session_config.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698