Chromium Code Reviews| Index: webrtc/test/fuzzers/BUILD.gn |
| diff --git a/webrtc/test/fuzzers/BUILD.gn b/webrtc/test/fuzzers/BUILD.gn |
| index 3615e8e4167c6f7350adca2b86a7bb35317d9cdb..31a2b3c447c135cf474cb73c05e5c4844f50bd7f 100644 |
| --- a/webrtc/test/fuzzers/BUILD.gn |
| +++ b/webrtc/test/fuzzers/BUILD.gn |
| @@ -109,6 +109,17 @@ webrtc_fuzzer_test("rtp_header_fuzzer") { |
| ] |
| } |
| +webrtc_fuzzer_test("congestion_controller_fuzzer") { |
| + sources = [ |
| + "congestion_controller_fuzzer.cc", |
| + ] |
| + deps = [ |
| + "../../modules/congestion_controller/", |
| + "//testing/gmock", |
|
pbos-webrtc
2016/07/18 08:02:52
Can you try to build this in a chromium checkout?
stefan-webrtc
2016/07/18 15:46:56
Removed gmock and gtest
|
| + "//testing/gtest", |
|
pbos-webrtc
2016/07/18 08:02:52
Does this need gtest?
stefan-webrtc
2016/07/18 15:46:56
Done.
|
| + ] |
| +} |
| + |
| source_set("audio_decoder_fuzzer") { |
| public_configs = [ "../..:common_inherited_config" ] |
| sources = [ |