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

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
« no previous file with comments | « remoting/protocol/session_config.cc ('k') | third_party/opus/opus.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 7338b55680bde37dd1f77c57d162ded02c64dcdf..fb695d588c6d54580838291346974131b3ec653f 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1375,8 +1375,11 @@
'../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',
+ '../media/media.gyp:media',
+ '../media/media.gyp:shared_memory_support',
'../media/media.gyp:yuv_convert',
'remoting_jingle_glue',
'remoting_resources',
@@ -1419,11 +1422,15 @@
'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',
'codec/audio_decoder_verbatim.h',
'codec/audio_encoder.h',
+ 'codec/audio_encoder_opus.cc',
+ 'codec/audio_encoder_opus.h',
'codec/audio_encoder_speex.cc',
'codec/audio_encoder_speex.h',
'codec/audio_encoder_verbatim.cc',
@@ -2064,6 +2071,7 @@
'client/audio_player_unittest.cc',
'client/key_event_mapper_unittest.cc',
'client/plugin/mac_key_event_processor_unittest.cc',
+ 'codec/audio_encoder_opus_unittest.cc',
'codec/codec_test.cc',
'codec/codec_test.h',
'codec/video_decoder_vp8_unittest.cc',
« no previous file with comments | « remoting/protocol/session_config.cc ('k') | third_party/opus/opus.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698