webrtc/api/task_queue/DEPS
Jeremy Leconte 114ea00794 Fix malformed DEPS files in WebRTC.
Bug: webrtc:447469714
Change-Id: I4a18d0d609d175f83942583d36eb7453e2507983
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/449981
Commit-Queue: Jeremy Leconte <jleconte@google.com>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#46931}
2026-02-17 09:47:27 -08:00

15 lines
378 B
Python

specific_include_rules = {
"task_queue_base\\.h": [
# Make TaskQueueBase RTC_LOCKABALE to allow annotate variables are only
# accessed on specific task queue.
"+rtc_base/thread_annotations.h",
],
"task_queue_test\\.h": [
"+test/gtest.h",
],
"pending_task_safety_flag\\.h": [
"+rtc_base/checks.h",
"+rtc_base/system/no_unique_address.h",
],
}