1 2 3 4 5 6 7 8 9 10 11
specific_include_rules = { "mutex_abseil\.h": [ "+absl/synchronization" ], ".*_benchmark\.cc": [ "+benchmark", ], ".*_unittest\.cc": [ "+benchmark", ] }