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

media / cast / DEPS [blame]

include_rules = [
  "+crypto",
  "+media",
  "+mojo/public/cpp/bindings",
  "+net",
  "+third_party/libyuv",
  "+third_party/libaom",
  "+third_party/openscreen/src/cast/streaming",
  "+third_party/openscreen/src/platform/api",
  "+third_party/openscreen/src/platform/base",
  "+third_party/zlib",
  "+ui/base",
  "+ui/gfx",
]

specific_include_rules = {
  ".*unittest.cc": [
    # TODO(https://crbug.com/1442745): there should be a test support class
    # for this component.
    "+components/openscreen_platform",
  ],
}