Index: webrtc/modules/audio_coding/BUILD.gn |
diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn |
index 96c1ea981983f0e26a34040b15fae38c4dcbc628..0702ba97d1785150d52dda4d2c88c15e1da2a5a4 100644 |
--- a/webrtc/modules/audio_coding/BUILD.gn |
+++ b/webrtc/modules/audio_coding/BUILD.gn |
@@ -1209,6 +1209,18 @@ if (rtc_include_tests) { |
} |
} |
+ executable("RTPchange") { |
+ testonly = true |
+ |
+ sources = [ |
+ "neteq/test/RTPchange.cc", |
+ ] |
+ |
+ deps = [ |
+ ":neteq_test_tools", |
+ ] |
+ } |
+ |
executable("rtp_analyze") { |
testonly = true |