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}
diff --git a/api/task_queue/DEPS b/api/task_queue/DEPS
index e480aa9..26f86a2 100644
--- a/api/task_queue/DEPS
+++ b/api/task_queue/DEPS
@@ -4,4 +4,7 @@
"task_queue_impl\.h": [
"+rtc_base/task_queue.h",
],
+ "task_queue_test\.h": [
+ "+test/gtest.h",
+ ],
}