| Index: webrtc/modules/audio_coding/BUILD.gn
|
| diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
|
| index 7556bf1f9150f0b145d54123130364dcc79dfd82..784598f4d46100b4be9c8826156597a3a9283f29 100644
|
| --- a/webrtc/modules/audio_coding/BUILD.gn
|
| +++ b/webrtc/modules/audio_coding/BUILD.gn
|
| @@ -1538,4 +1538,19 @@ if (rtc_include_tests) {
|
| ]
|
| }
|
| }
|
| +
|
| + executable("g711_test") {
|
| + testonly = true
|
| +
|
| + sources = [
|
| + "codecs/g711/test/testG711.cc",
|
| + ]
|
| +
|
| + configs += [ "../..:common_config" ]
|
| + public_configs = [ "../..:common_inherited_config" ]
|
| +
|
| + deps = [
|
| + ":g711",
|
| + ]
|
| + }
|
| }
|
|
|