| Index: webrtc/modules/audio_coding/BUILD.gn
|
| diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
|
| index 7779af5fb91914173199000a6ae088b784a0fdaf..83d67316b7866437ecd8486f5719328a8aec8ef2 100644
|
| --- a/webrtc/modules/audio_coding/BUILD.gn
|
| +++ b/webrtc/modules/audio_coding/BUILD.gn
|
| @@ -1377,4 +1377,20 @@ if (rtc_include_tests) {
|
| configs -= [ "//build/config/clang:find_bad_constructs" ]
|
| }
|
| }
|
| +
|
| + executable("neteq_speed_test") {
|
| + testonly = true
|
| +
|
| + sources = [
|
| + "neteq/test/neteq_speed_test.cc",
|
| + ]
|
| +
|
| + deps = [
|
| + ":neteq",
|
| + ":neteq_test_support",
|
| + "../../system_wrappers:system_wrappers_default",
|
| + "../../test:test_support",
|
| + "//third_party/gflags",
|
| + ]
|
| + }
|
| }
|
|
|