| 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", | |
| ], | |
| } |