Index: remoting/remoting.gyp |
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp |
index 9384604b8f31489532098eeeedbf44edf4e5ac92..002af85775d26f1a5a5adcdfc9fab6f8543dae50 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', |
], |