Unconditionally link fuzzers with rtc_task_queue_impl.
Bug: webrtc:8166, chromium:770690 Change-Id: I9480720c99308f8a2a3dcf407a07d762249f5a9c Reviewed-on: https://webrtc-review.googlesource.com/6840 Reviewed-by: Henrik Kjellander <kjellander@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20219}
This commit is contained in:
@ -25,7 +25,13 @@ rtc_static_library("webrtc_fuzzer_main") {
|
||||
template("webrtc_fuzzer_test") {
|
||||
fuzzer_test(target_name) {
|
||||
forward_variables_from(invoker, "*")
|
||||
deps += [ ":webrtc_fuzzer_main" ]
|
||||
deps += [
|
||||
":webrtc_fuzzer_main",
|
||||
|
||||
# Link unconditionally with webrtc's TaskQueue, regardless of
|
||||
# rtc_link_task_queue_impl flag.
|
||||
"../../rtc_base:rtc_task_queue_impl",
|
||||
]
|
||||
if (!build_with_chromium && is_clang) {
|
||||
# Suppress warnings from the Chromium Clang plugin (bugs.webrtc.org/163).
|
||||
suppressed_configs = [ "//build/config/clang:find_bad_constructs" ]
|
||||
|
||||
Reference in New Issue
Block a user