| 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',
|
|
|