Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Unified Diff: webrtc/test/fuzzers/BUILD.gn

Issue 2157783002: Add a CongestionController fuzzer. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: . Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 = [

Powered by Google App Engine
This is Rietveld 408576698