1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19

content / browser / interest_group / DEPS [blame]

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",
  ],
}