You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
374 B

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