blob: fab6056212f030082184db23b5cfb2f543b58969 [file] [log] [blame]
Danil Chapovalovb4c6d1e2019-01-21 13:52:59 +01001specific_include_rules = {
Danil Chapovalov4423c362019-03-06 18:41:39 +01002 "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 18:15:37 +01007 "task_queue_test\.h": [
8 "+test/gtest.h",
9 ],
Danil Chapovalovb4c6d1e2019-01-21 13:52:59 +010010}