| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 92a969e233fa0820429c39de6c05e9fd7c07627c..a2af33d42bd1db70e40bccd4b585246b912026de 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -1130,6 +1130,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',
|
| @@ -1188,9 +1189,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',
|
| ],
|
|
|