Split rtc_task_queue target. Add separate target for sequenced_task_checker and weak_ptr.
This is to make it possible to override the rtc_task_queue target only. BUG=none Review-Url: https://codereview.webrtc.org/2931273002 Cr-Commit-Position: refs/heads/master@{#18534}
This commit is contained in:
@ -101,6 +101,7 @@ rtc_static_library("video_coding") {
|
||||
"../../base:rtc_base_approved",
|
||||
"../../base:rtc_numerics",
|
||||
"../../base:rtc_task_queue",
|
||||
"../../base:sequenced_task_checker",
|
||||
"../../common_video",
|
||||
"../../system_wrappers",
|
||||
"../rtp_rtcp:rtp_rtcp",
|
||||
@ -138,6 +139,7 @@ rtc_static_library("video_coding_utility") {
|
||||
"../../base:rtc_base_approved",
|
||||
"../../base:rtc_numerics",
|
||||
"../../base:rtc_task_queue",
|
||||
"../../base:sequenced_task_checker",
|
||||
"../../common_video",
|
||||
"../../modules/rtp_rtcp:rtp_rtcp",
|
||||
"../../system_wrappers",
|
||||
@ -233,7 +235,7 @@ rtc_static_library("webrtc_vp8") {
|
||||
"../..:webrtc_common",
|
||||
"../../api/video_codecs:video_codecs_api",
|
||||
"../../base:rtc_base_approved",
|
||||
"../../base:rtc_task_queue",
|
||||
"../../base:sequenced_task_checker",
|
||||
"../../common_video",
|
||||
"../../system_wrappers",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user