blob: 1365edb504c7dec987aaa8a8238c019fab72e8eb [file] [log] [blame]
Danil Chapovalovb4c6d1e2019-01-21 12:52:591specific_include_rules = {
Danil Chapovalov4423c362019-03-06 17:41:392 "task_queue_base\.h": [
3 # Make TaskQueueBase RTC_LOCKABALE to allow annotate variables are only
4 # accessed on specific task queue.
5 "+rtc_base/thread_annotations.h",
6 ],
Danil Chapovalov33b716f2019-01-22 17:15:377 "task_queue_test\.h": [
8 "+test/gtest.h",
9 ],
Artem Titovc374d112022-06-16 19:27:4510 "pending_task_safety_flag.h": [
11 "+rtc_base/checks.h",
12 "+rtc_base/system/no_unique_address.h",
13 ],
Danil Chapovalovb4c6d1e2019-01-21 12:52:5914}