| Index: webrtc/test/fuzzers/BUILD.gn
|
| diff --git a/webrtc/test/fuzzers/BUILD.gn b/webrtc/test/fuzzers/BUILD.gn
|
| index cab24837317ca21ef6575d16728ebba74d349164..c184452f45a44be182e0a0ac1145ce878f1d7f68 100644
|
| --- a/webrtc/test/fuzzers/BUILD.gn
|
| +++ b/webrtc/test/fuzzers/BUILD.gn
|
| @@ -112,18 +112,13 @@
|
| }
|
|
|
| webrtc_fuzzer_test("ulpfec_generator_fuzzer") {
|
| - check_includes = false # TODO(mbonadei): see bugs.webrtc.org/7515
|
| sources = [
|
| "ulpfec_generator_fuzzer.cc",
|
| ]
|
| deps = [
|
| - # Removing rtp_rtcp_unittests from the dep list because it causes problems
|
| - # in chromium (chromium has rtc_include_tests set to false so these targets
|
| - # does not exist).
|
| - "../../base:rtc_base_approved",
|
| - "../../modules/rtp_rtcp",
|
| -
|
| - # "../../modules/rtp_rtcp:rtp_rtcp_unittests",
|
| + "../../base:rtc_base_approved",
|
| + "../../modules/rtp_rtcp",
|
| + "../../modules/rtp_rtcp:rtp_rtcp_unittests",
|
| ]
|
| }
|
|
|
| @@ -276,21 +271,15 @@
|
| }
|
|
|
| webrtc_fuzzer_test("neteq_rtp_fuzzer") {
|
| - check_includes = false # TODO(mbonadei): see bugs.webrtc.org/7515
|
| sources = [
|
| "neteq_rtp_fuzzer.cc",
|
| ]
|
| deps = [
|
| - # Removing rtc_base_tests_utils and neteq_unittest_tools from the dep list
|
| - # because they cause problems in chromium (chromium has rtc_include_tests
|
| - # set to false so these targets does not exist).
|
| - "../../base:rtc_base_approved",
|
| -
|
| - # "../../base:rtc_base_tests_utils",
|
| + "../../base:rtc_base_approved",
|
| + "../../base:rtc_base_tests_utils",
|
| "../../modules/audio_coding:neteq",
|
| "../../modules/audio_coding:neteq_test_minimal",
|
| -
|
| - # "../../modules/audio_coding:neteq_unittest_tools",
|
| + "../../modules/audio_coding:neteq_unittest_tools",
|
| "../../modules/audio_coding:pcm16b",
|
| "../../modules/rtp_rtcp",
|
| ]
|
|
|