Index: webrtc/modules/audio_coding/BUILD.gn |
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn |
index bc1c35a14ddb0a61b425ab43624a45009d1d12e0..862c6051b901cfd589a396ebfc306564bfd063c5 100644 |
--- a/webrtc/modules/audio_coding/BUILD.gn |
+++ b/webrtc/modules/audio_coding/BUILD.gn |
@@ -201,11 +201,13 @@ config("g722_config") { |
source_set("g722") { |
sources = [ |
+ "codecs/g722/audio_decoder_g722.cc", |
"codecs/g722/audio_encoder_g722.cc", |
"codecs/g722/g722_decode.c", |
"codecs/g722/g722_enc_dec.h", |
"codecs/g722/g722_encode.c", |
"codecs/g722/g722_interface.c", |
+ "codecs/g722/include/audio_decoder_g722.h", |
"codecs/g722/include/audio_encoder_g722.h", |
"codecs/g722/include/g722_interface.h", |
] |