blob: f308a5f3c3a402e41fd96edd89481414fabe349f [file] [log] [blame] [edit]
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 = {
# Open Screen platform usage should be restrict to the test helper.
"openscreen_test_helpers\.[cc|h]": [
"+components/openscreen_platform",
],
}