From f76a823132a84793eb7b5ed8c311588ca9aa09d7 Mon Sep 17 00:00:00 2001 From: Markus Handell Date: Mon, 19 Sep 2022 14:47:48 +0000 Subject: [PATCH] Enable Chromium's rtc::ThreadWrapper to use TaskQueueTest. Bug: webrtc:14449 Change-Id: Ie279cb3b2610ba561ca4b2e2a8e1b10ab2c795e2 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/275943 Reviewed-by: Mirko Bonadei Commit-Queue: Markus Handell Cr-Commit-Position: refs/heads/main@{#38117} --- api/task_queue/BUILD.gn | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/api/task_queue/BUILD.gn b/api/task_queue/BUILD.gn index 2406bc0c78..dc69686f64 100644 --- a/api/task_queue/BUILD.gn +++ b/api/task_queue/BUILD.gn @@ -43,9 +43,10 @@ rtc_library("task_queue_test") { visibility = [] visibility = webrtc_default_visibility visibility += [ - # This is the only Chromium target that can depend on this. The reason - # behind this is the fact that this is a 'testonly' target and as such + # This is the only Chromium targets that can depend on this. The reason + # behind this is the fact that these are 'testonly' targets and as such # it cannot be part of the WebRTC component. + "//components/webrtc:unit_tests", "//third_party/blink/renderer/platform:blink_platform_unittests_sources", ]