mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-20 09:07:52 +01:00
11 lines
177 B
Python
11 lines
177 B
Python
specific_include_rules = {
|
|
"mutex_abseil\.h": [
|
|
"+absl/synchronization"
|
|
],
|
|
".*_benchmark\.cc": [
|
|
"+benchmark",
|
|
],
|
|
".*_unittest\.cc": [
|
|
"+benchmark",
|
|
]
|
|
}
|