webrtc/api/task_queue/DEPS
Danil Chapovalov 33b716f7dd Publish task queue test suite.
The set of tests is a copy of rtc_base/task_queue_unittests excluding tests
that verify rtc::NewClosure rather than task queue implementation itself.

Bug: webrtc:10191
Change-Id: I94e962ad63ff6510c43a97ef0cd4da7d08f25538
Reviewed-on: https://webrtc-review.googlesource.com/c/118445
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26369}
2019-01-23 11:55:12 +00:00

10 lines
288 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",
],
"task_queue_test\.h": [
"+test/gtest.h",
],
}