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:
perkj
2017-06-12 05:53:35 -07:00
committed by Commit Bot
parent 7123029731
commit 39a41d92dd
8 changed files with 80 additions and 14 deletions

View File

@ -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",
]