mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 13:50:40 +01:00

Bug: b/235812579 Change-Id: I9fa3dc4a65044df8b44fff4e9bfeac7233fa381c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/266080 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/main@{#37248}
14 lines
374 B
Python
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",
|
|
],
|
|
}
|