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