| Index: webrtc/test/fuzzers/BUILD.gn
|
| diff --git a/webrtc/test/fuzzers/BUILD.gn b/webrtc/test/fuzzers/BUILD.gn
|
| index 6928062a7fe4381d3cdf1fd0464789c1bb49b6f1..ee4275b6de6ee885a41522e9bf0e6ff22c661515 100644
|
| --- a/webrtc/test/fuzzers/BUILD.gn
|
| +++ b/webrtc/test/fuzzers/BUILD.gn
|
| @@ -6,12 +6,12 @@
|
| # in the file PATENTS. All contributing project authors may
|
| # be found in the AUTHORS file in the root of the source tree.
|
|
|
| +import("../../build/webrtc.gni")
|
| import("//build/config/features.gni")
|
| import("//build_overrides/webrtc.gni")
|
| import("//testing/libfuzzer/fuzzer_test.gni")
|
| -import("//testing/test.gni")
|
|
|
| -static_library("webrtc_fuzzer_main") {
|
| +rtc_static_library("webrtc_fuzzer_main") {
|
| public_configs = [ "../..:common_inherited_config" ]
|
| sources = [
|
| "webrtc_fuzzer_main.cc",
|
| @@ -119,7 +119,7 @@ webrtc_fuzzer_test("congestion_controller_feedback_fuzzer") {
|
| ]
|
| }
|
|
|
| -source_set("audio_decoder_fuzzer") {
|
| +rtc_source_set("audio_decoder_fuzzer") {
|
| public_configs = [ "../..:common_inherited_config" ]
|
| sources = [
|
| "audio_decoder_fuzzer.cc",
|
|
|