summaryrefslogtreecommitdiffstats
path: root/third_party/libwebrtc/rtc_base/synchronization/DEPS
blob: 4ed1f2444bc195f4b7e414485b28baf7620d56a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
specific_include_rules = {
  "mutex_abseil\.h": [
    "+absl/synchronization"
  ],
  ".*_benchmark\.cc": [
    "+benchmark",
  ],
  ".*_unittest\.cc": [
    "+benchmark",
  ]
}