include_rules = [
"+components/aggregation_service",
"+content/services/auction_worklet/public/mojom",
"+content/services/auction_worklet/public/cpp",
"+third_party/snappy",
]
specific_include_rules = {
# Some unit tests directly instantiate an in-process auction_worklet service.
".*_unittest\.cc": [
"+content/services/auction_worklet",
],
".*_fuzzer.cc": [
"+third_party/libprotobuf-mutator/src/src/libfuzzer",
# Like unit tests, MojoLPM fuzzers directly instantiate an in-process
# auction_worklet service.
"+content/services/auction_worklet",
],
}