1
0
Fork 0
firefox/third_party/libwebrtc/api/task_queue/DEPS
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

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