[M73 Dev][EFL] Disable VizDisplayCompositor for EFL port
[platform/framework/web/chromium-efl.git] / components / cast_channel / DEPS
1 include_rules = [
2   "+components/cast_certificate",
3   "+components/keyed_service",
4   "+content/public/browser",
5   "+content/public/test",
6   "+crypto",
7   "+mojo/public/cpp",
8   "+net",
9   "+services/data_decoder/public",
10   "+services/network",
11   "+services/service_manager/public",
12 ]
13
14 specific_include_rules = {
15   "cast_message_fuzzer.cc": [
16     # For google::protobuf::LogSilencer
17     "+third_party/protobuf",
18   ]
19 }