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

Unified Diff: webrtc/BUILD.gn

Issue 1529203003: Add DrFuzz support to webrtc fuzzers. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years 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/webrtc_fuzzer_main.cc » ('j') | webrtc/test/fuzzers/webrtc_fuzzer_main.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index d12ade23082dce6801bbe3972c6d8e9504bca832..f11509cb911f7536ea966691f02e7fefc64d1beb 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -280,7 +280,7 @@ source_set("rtc_event_log") {
}
}
-if (use_libfuzzer) {
+if (use_libfuzzer || use_drfuzz) {
group("webrtc_fuzzers") {
testonly = true
deps = [
« no previous file with comments | « no previous file | webrtc/test/fuzzers/webrtc_fuzzer_main.cc » ('j') | webrtc/test/fuzzers/webrtc_fuzzer_main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698