| Index: webrtc/test/fuzzers/BUILD.gn
|
| diff --git a/webrtc/test/fuzzers/BUILD.gn b/webrtc/test/fuzzers/BUILD.gn
|
| index 0447189e262a7d3164eb6c60190e2402aa63787f..82b6ca8d955d80b1d41a11a2cb9302bd516d7fdd 100644
|
| --- a/webrtc/test/fuzzers/BUILD.gn
|
| +++ b/webrtc/test/fuzzers/BUILD.gn
|
| @@ -185,19 +185,6 @@
|
| ]
|
| }
|
|
|
| -webrtc_fuzzer_test("neteq_rtp_fuzzer") {
|
| - sources = [
|
| - "neteq_rtp_fuzzer.cc",
|
| - ]
|
| - deps = [
|
| - "../../modules/audio_coding:neteq",
|
| - "../../modules/audio_coding:neteq_unittest_tools",
|
| - "../../modules/audio_coding:pcm16b",
|
| - "../../modules/rtp_rtcp",
|
| - "../../test:test_support",
|
| - ]
|
| -}
|
| -
|
| # TODO(katrielc) Enable in Chromium when CL 2022833002 lands.
|
| # Although the dependency on media compiles in standalone, it is
|
| # flagged by gn check, so breaks when rolled into Chromium.
|
|
|