| Index: webrtc/modules/audio_coding/BUILD.gn
|
| diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
|
| index 784598f4d46100b4be9c8826156597a3a9283f29..8c253fd9378090553fbc7189f7a546007759719a 100644
|
| --- a/webrtc/modules/audio_coding/BUILD.gn
|
| +++ b/webrtc/modules/audio_coding/BUILD.gn
|
| @@ -1553,4 +1553,20 @@ if (rtc_include_tests) {
|
| ":g711",
|
| ]
|
| }
|
| +
|
| + executable("g722_test") {
|
| + testonly = true
|
| +
|
| + sources = [
|
| + "codecs/g722/test/testG722.cc",
|
| + ]
|
| +
|
| + configs += [ "../..:common_config" ]
|
| + public_configs = [ "../..:common_inherited_config" ]
|
| +
|
| + deps = [
|
| + ":g722",
|
| + "../..:webrtc_common",
|
| + ]
|
| + }
|
| }
|
|
|