| Index: webrtc/modules/audio_coding/BUILD.gn
|
| diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
|
| index 79381fc00cf0aea0680d2eadcd669bd8a7b2b722..1a67598e428d4739b9e4fac6639898785d584f73 100644
|
| --- a/webrtc/modules/audio_coding/BUILD.gn
|
| +++ b/webrtc/modules/audio_coding/BUILD.gn
|
| @@ -1317,6 +1317,19 @@ if (rtc_include_tests) {
|
| ]
|
| }
|
|
|
| + executable("RTPtimeshift") {
|
| + testonly = true
|
| +
|
| + sources = [
|
| + "neteq/test/RTPtimeshift.cc",
|
| + ]
|
| +
|
| + deps = [
|
| + ":neteq_test_tools",
|
| + "//testing/gtest",
|
| + ]
|
| + }
|
| +
|
| executable("rtp_analyze") {
|
| testonly = true
|
|
|
|
|