summaryrefslogtreecommitdiff
path: root/chromium/content/browser/media/capture/DEPS
blob: f84e43ef5d6d4bf6c2224339c345fbe3ead9321e (plain)
1
2
3
4
5
6
7
8
9
10
11
include_rules = [
  "+components/display_compositor",
  "+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",
  ],
}