2019-01-21 13:52:59 +01:00
|
|
|
specific_include_rules = {
|
2019-03-06 18:41:39 +01:00
|
|
|
"task_queue_base\.h": [
|
|
|
|
|
# Make TaskQueueBase RTC_LOCKABALE to allow annotate variables are only
|
|
|
|
|
# accessed on specific task queue.
|
|
|
|
|
"+rtc_base/thread_annotations.h",
|
|
|
|
|
],
|
2019-01-22 18:15:37 +01:00
|
|
|
"task_queue_test\.h": [
|
|
|
|
|
"+test/gtest.h",
|
|
|
|
|
],
|
2022-06-16 21:27:45 +02:00
|
|
|
"pending_task_safety_flag.h": [
|
|
|
|
|
"+rtc_base/checks.h",
|
|
|
|
|
"+rtc_base/system/no_unique_address.h",
|
|
|
|
|
],
|
2019-01-21 13:52:59 +01:00
|
|
|
}
|