kjellander@webrtc.org | 94a23f0 | 2016-03-17 11:05:36 | [diff] [blame] | 1 | include_rules = [ |
Mirko Bonadei | 92ea95e | 2017-09-15 04:47:31 | [diff] [blame] | 2 | "+call", |
| 3 | "+common_video", |
| 4 | "+logging/rtc_event_log", |
Olga Sharonova | 09ceed2 | 2020-09-30 16:27:39 | [diff] [blame] | 5 | "+modules/async_audio_processing", |
Mirko Bonadei | 92ea95e | 2017-09-15 04:47:31 | [diff] [blame] | 6 | "+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 Murillo | 43800f9 | 2018-06-21 14:16:38 | [diff] [blame] | 13 | "+modules/video_coding/utility", |
Florent Castelli | a6983c6 | 2021-05-06 08:50:07 | [diff] [blame] | 14 | "+net/dcsctp", |
Mirko Bonadei | 92ea95e | 2017-09-15 04:47:31 | [diff] [blame] | 15 | "+p2p", |
Mirko Bonadei | 92ea95e | 2017-09-15 04:47:31 | [diff] [blame] | 16 | "+sound", |
| 17 | "+system_wrappers", |
Mirko Bonadei | 6543206 | 2017-12-11 08:32:13 | [diff] [blame] | 18 | "+third_party/libyuv", |
kjellander@webrtc.org | 94a23f0 | 2016-03-17 11:05:36 | [diff] [blame] | 19 | ] |
| 20 | |
| 21 | specific_include_rules = { |
| 22 | "win32devicemanager\.cc": [ |
| 23 | "+third_party/logitech/files/logitechquickcam.h", |
| 24 | ], |
Jonas Oreland | 1262eb5 | 2022-09-27 14:53:04 | [diff] [blame] | 25 | ".*webrtc_video_engine\.h": [ |
| 26 | "+video/config", |
| 27 | ], |
Jonas Oreland | 6c2dae2 | 2022-09-29 08:28:24 | [diff] [blame] | 28 | ".*media_channel\.h": [ |
| 29 | "+video/config", |
| 30 | ], |
Jonas Oreland | 1262eb5 | 2022-09-27 14:53:04 | [diff] [blame] | 31 | ".*webrtc_video_engine_unittest\.cc": [ |
| 32 | "+video/config", |
| 33 | ], |
Jonas Oreland | 7252348 | 2022-09-28 14:28:42 | [diff] [blame] | 34 | ".*fake_webrtc_call\.cc": [ |
| 35 | "+video/config", |
| 36 | ], |
kjellander@webrtc.org | 94a23f0 | 2016-03-17 11:05:36 | [diff] [blame] | 37 | } |