
This cl allows to overwrite TaskQueue implementation by depending on and setting the global task queue factory. Bug: webrtc:10191 Change-Id: I69ceb139d00078d3be90eeb4e240758b88829c20 Reviewed-on: https://webrtc-review.googlesource.com/c/118060 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26345}
8 lines
236 B
Python
8 lines
236 B
Python
specific_include_rules = {
|
|
# temporary include to support both rtc::TaskQueue::Current() and
|
|
# webrtc::TaskQueueBase::Current() for implementaions of the TaskQueueBase.
|
|
"task_queue_impl\.h": [
|
|
"+rtc_base/task_queue.h",
|
|
],
|
|
}
|