11 lines
177 B
Python
11 lines
177 B
Python
specific_include_rules = {
|
|
"mutex_abseil\.h": [
|
|
"+absl/synchronization"
|
|
],
|
|
".*_benchmark\.cc": [
|
|
"+benchmark",
|
|
],
|
|
".*_unittest\.cc": [
|
|
"+benchmark",
|
|
]
|
|
}
|