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

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

Issue 2129603003: Add a fuzzer for the pseudoTCP implementation used by chromoting. This (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Use a global PseudoTcp object for efficiency. 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
« no previous file with comments | « no previous file | webrtc/test/fuzzers/pseudotcp_parser_fuzzer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/fuzzers/BUILD.gn
diff --git a/webrtc/test/fuzzers/BUILD.gn b/webrtc/test/fuzzers/BUILD.gn
index 9839a461d8a4ea8379daf76157cab0fd4bc15373..3615e8e4167c6f7350adca2b86a7bb35317d9cdb 100644
--- a/webrtc/test/fuzzers/BUILD.gn
+++ b/webrtc/test/fuzzers/BUILD.gn
@@ -221,4 +221,13 @@ if (!build_with_chromium) {
seed_corpus = "corpora/stun-corpus"
dict = "corpora/stun.tokens"
}
+
+ webrtc_fuzzer_test("pseudotcp_parser_fuzzer") {
+ sources = [
+ "pseudotcp_parser_fuzzer.cc",
+ ]
+ deps = [
+ "../../p2p:rtc_p2p",
+ ]
+ }
}
« no previous file with comments | « no previous file | webrtc/test/fuzzers/pseudotcp_parser_fuzzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698