Replace Thread::Invoke with Thread::BlockingCall
BlockingCall doesn't take rtc::Location parameter and thus most of the dependencies on location can be removed Bug: webrtc:11318 Change-Id: I91a17e342dd9a9e3e2c8f7fbe267474c98a8d0e5 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/274620 Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38045}
This commit is contained in:

committed by
WebRTC LUCI CQ

parent
b190ca9e70
commit
9e09a1f327
@ -381,7 +381,6 @@ rtc_library("video_coding_legacy") {
|
||||
"../../modules/rtp_rtcp:rtp_video_header",
|
||||
"../../rtc_base:checks",
|
||||
"../../rtc_base:event_tracer",
|
||||
"../../rtc_base:location",
|
||||
"../../rtc_base:logging",
|
||||
"../../rtc_base:macromagic",
|
||||
"../../rtc_base:one_time_event",
|
||||
@ -1220,7 +1219,6 @@ if (rtc_include_tests) {
|
||||
"../../rtc_base",
|
||||
"../../rtc_base:checks",
|
||||
"../../rtc_base:histogram_percentile_counter",
|
||||
"../../rtc_base:location",
|
||||
"../../rtc_base:platform_thread",
|
||||
"../../rtc_base:random",
|
||||
"../../rtc_base:refcount",
|
||||
|
@ -21,7 +21,6 @@
|
||||
#include "modules/video_coding/media_opt_util.h"
|
||||
#include "modules/video_coding/packet.h"
|
||||
#include "modules/video_coding/test/stream_generator.h"
|
||||
#include "rtc_base/location.h"
|
||||
#include "system_wrappers/include/clock.h"
|
||||
#include "system_wrappers/include/metrics.h"
|
||||
#include "test/gmock.h"
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include "modules/video_coding/timing/timing.h"
|
||||
#include "modules/video_coding/video_coding_impl.h"
|
||||
#include "rtc_base/checks.h"
|
||||
#include "rtc_base/location.h"
|
||||
#include "rtc_base/logging.h"
|
||||
#include "rtc_base/one_time_event.h"
|
||||
#include "rtc_base/trace_event.h"
|
||||
|
Reference in New Issue
Block a user