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..f07e96989bbb71fa882f7788759cfaf3787f7caf 100644 |
--- a/webrtc/modules/audio_coding/BUILD.gn |
+++ b/webrtc/modules/audio_coding/BUILD.gn |
@@ -1209,6 +1209,17 @@ if (rtc_include_tests) { |
} |
} |
+ executable("RTPjitter") { |
+ testonly = true |
+ deps = [ |
+ "../..:webrtc_common", |
aleloi
2016/08/01 15:01:06
Added webrtc_common because linker couldn't find n
kjellander_webrtc
2016/08/01 19:10:13
Please do the same for the GYP target, just for co
|
+ "//testing/gtest", |
+ ] |
+ sources = [ |
+ "neteq/test/RTPjitter.cc", |
+ ] |
+ } |
+ |
executable("rtp_analyze") { |
testonly = true |