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

content / browser / media / capture / DEPS [blame]

include_rules = [
  "+components/remote_cocoa/browser",
  "+components/viz/common",
  "+third_party/libyuv",  # For scaling in desktop_capture_device.cc.
]

specific_include_rules = {
  ".*test\.cc": [
    # Allow inclusion of specific components that we depend on for testing
    "+ui/base/resource/resource_bundle.h",
  ],
  "desktop_capture_device_unittest.cc": [
    # Some test cases are not yet supported depending on platform.
    "+ui/ozone/public/ozone_platform.h",
  ],
  "desktop_capturer_ash\.cc": [
    "+ash/shell.h",
  ]
}