| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 3cd7ac48af9316a6023ee5068e8c4dbb9e117b96..d3cfee67c763ccef7e6f46da53fbdf1b58e1f79f 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -1106,6 +1106,7 @@
|
| '../skia/skia.gyp:skia',
|
| '../third_party/libvpx/libvpx.gyp:libvpx',
|
| '../third_party/protobuf/protobuf.gyp:protobuf_lite',
|
| + '../third_party/speex/speex.gyp:libspeex',
|
| '../third_party/zlib/zlib.gyp:zlib',
|
| '../media/media.gyp:yuv_convert',
|
| 'remoting_jingle_glue',
|
| @@ -1164,9 +1165,13 @@
|
| # target.
|
| 'codec/audio_decoder.cc',
|
| 'codec/audio_decoder.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_speex.cc',
|
| + 'codec/audio_encoder_speex.h',
|
| 'codec/audio_encoder_verbatim.cc',
|
| 'codec/audio_encoder_verbatim.h',
|
| ],
|
|
|