blob: 7fbbc0fd47dd283fd2197a7e43678e851699d5dc [file] [log] [blame]
kjellander@webrtc.org94a23f02016-03-17 11:05:361include_rules = [
Mirko Bonadei92ea95e2017-09-15 04:47:312 "+call",
3 "+common_video",
4 "+logging/rtc_event_log",
Olga Sharonova09ceed22020-09-30 16:27:395 "+modules/async_audio_processing",
Mirko Bonadei92ea95e2017-09-15 04:47:316 "+modules/audio_coding",
7 "+modules/audio_device",
8 "+modules/audio_mixer",
9 "+modules/audio_processing",
10 "+modules/rtp_rtcp",
11 "+modules/video_capture",
12 "+modules/video_coding",
Sergio Garcia Murillo43800f92018-06-21 14:16:3813 "+modules/video_coding/utility",
Florent Castellia6983c62021-05-06 08:50:0714 "+net/dcsctp",
Mirko Bonadei92ea95e2017-09-15 04:47:3115 "+p2p",
Mirko Bonadei92ea95e2017-09-15 04:47:3116 "+sound",
17 "+system_wrappers",
Mirko Bonadei65432062017-12-11 08:32:1318 "+third_party/libyuv",
kjellander@webrtc.org94a23f02016-03-17 11:05:3619]
20
21specific_include_rules = {
22 "win32devicemanager\.cc": [
23 "+third_party/logitech/files/logitechquickcam.h",
24 ],
Jonas Oreland1262eb52022-09-27 14:53:0425 ".*webrtc_video_engine\.h": [
26 "+video/config",
27 ],
Jonas Oreland6c2dae22022-09-29 08:28:2428 ".*media_channel\.h": [
29 "+video/config",
30 ],
Jonas Oreland1262eb52022-09-27 14:53:0431 ".*webrtc_video_engine_unittest\.cc": [
32 "+video/config",
33 ],
Jonas Oreland72523482022-09-28 14:28:4234 ".*fake_webrtc_call\.cc": [
35 "+video/config",
36 ],
kjellander@webrtc.org94a23f02016-03-17 11:05:3637}