summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/api/task_queue/DEPS
blob: 1365edb504c7dec987aaa8a8238c019fab72e8eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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",
  ],
}