Source code
Revision control
Copy as Markdown
Other Tools
specific_include_rules = {
"mutex_abseil\\.h": [
"+absl/synchronization"
],
".*_benchmark\\.cc": [
"+benchmark",
],
".*_unittest\\.cc": [
"+benchmark",
]
}