blob: 6928a436b5f1ca19b04ac2b6cebb2bf78b98dbe2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
include_rules = [
"+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",
],
}
|