Files
platform-external-webrtc/api/task_queue/DEPS
Danil Chapovalov b4c6d1e6d9 Connect global task queue factory and rtc::TaskQueue
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}
2019-01-21 16:08:31 +00:00

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