Index: remoting/remoting.gyp |
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
index 30c583430d434fae147039a925d84cfc3f11a972..4abe6e2eb0ffff4a74fa651c3e25e93c7614e594 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', |
], |