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

content / services / auction_worklet / DEPS [blame]

# As the README.md discusses, worklets run by this service are subject to
# stringent isolation requirements.  Before pulling in any dependencies
# to this service, make sure they're not inadvertently breaking these
# isolation requirements.  Please thoroughly discuss additions with OWNERS.
include_rules = [
  "+components/cbor",
  "+gin",
  "+net",
  "+services/network/public",
  "+services/network/test",
  "+third_party/blink/public/common/mime_util",
  "+third_party/blink/public/mojom",
  "+third_party/inspector_protocol/crdtp",
  "+third_party/zlib/google/compression_utils.h",
  "+v8",
]

specific_include_rules = {
  # Some unit tests use extra gmock matchers for EXPECT_THAT().
  ".*_unittest\.cc": [
    "+third_party/googletest/src/googlemock/include/gmock",
  ],
}