mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-16 23:30:48 +01:00

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}
10 lines
288 B
Python
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",
|
|
],
|
|
}
|