webrtc/rtc_base/synchronization/DEPS
2020-09-01 14:43:30 -07:00

11 lines
177 B
Python

specific_include_rules = {
"mutex_abseil\.h": [
"+absl/synchronization"
],
".*_benchmark\.cc": [
"+benchmark",
],
".*_unittest\.cc": [
"+benchmark",
]
}