From 858aa7ba0f9bdc8997880aad5300fca62ff27ab9 Mon Sep 17 00:00:00 2001 From: Adrian Taylor Date: Fri, 24 Feb 2023 19:46:43 +0000 Subject: [PATCH] Use fuzzing_engine_main instead of libfuzzer_main. libfuzzer_main is misnamed as it already potentially links different fuzzing engines, not just libfuzzer. We're trying to rename it, as we get closer to introducing another engine again (centipede). Bug: chromium:1369919 Change-Id: Idfd0926ca382ba70db1faa7a7e02fc85c44b0c18 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/294861 Reviewed-by: Henrik Lundin Commit-Queue: Adrian Taylor Cr-Commit-Position: refs/heads/main@{#39396} --- test/fuzzers/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fuzzers/BUILD.gn b/test/fuzzers/BUILD.gn index 7dade9c0f6..84ddab3c1d 100644 --- a/test/fuzzers/BUILD.gn +++ b/test/fuzzers/BUILD.gn @@ -14,7 +14,7 @@ rtc_library("webrtc_fuzzer_main") { sources = [ "webrtc_fuzzer_main.cc" ] deps = [ "../../rtc_base:logging", - "//testing/libfuzzer:libfuzzer_main", + "//testing/libfuzzer:fuzzing_engine_main", ] # When WebRTC fuzzer tests are built on Chromium bots they need to link