Switch to use SequencedTaskChecker instead of ThreadChecker where needed.
This cl is in preparation for https://codereview.webrtc.org/2060403002/ Add task queue to Call. In the coming cl the video_sender, and i420_buffer_pool will be used on a task queue and therefore SequencedTaskChecker is needed instead of a ThreadChecker. BUG=webrtc:5687 Review-Url: https://codereview.webrtc.org/2149553002 Cr-Commit-Position: refs/heads/master@{#13474}
This commit is contained in:
@ -14,6 +14,7 @@
|
||||
'dependencies': [
|
||||
'webrtc_h264',
|
||||
'webrtc_i420',
|
||||
'../base/base.gyp:rtc_task_queue',
|
||||
'<(webrtc_root)/common_video/common_video.gyp:common_video',
|
||||
'<(webrtc_root)/modules/video_coding/utility/video_coding_utility.gyp:video_coding_utility',
|
||||
'<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers',
|
||||
|
||||
Reference in New Issue
Block a user