kjellander@webrtc.org | 94a23f0 | 2016-03-17 12:05:36 +0100 | [diff] [blame] | 1 | include_rules = [ |
Mirko Bonadei | 92ea95e | 2017-09-15 06:47:31 +0200 | [diff] [blame] | 2 | "+api", |
| 3 | "+call", |
| 4 | "+common_video", |
| 5 | "+logging/rtc_event_log", |
| 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 16:16:38 +0200 | [diff] [blame^] | 13 | "+modules/video_coding/utility", |
Mirko Bonadei | 92ea95e | 2017-09-15 06:47:31 +0200 | [diff] [blame] | 14 | "+p2p", |
| 15 | "+pc", |
| 16 | "+sound", |
| 17 | "+system_wrappers", |
kjellander@webrtc.org | 94a23f0 | 2016-03-17 12:05:36 +0100 | [diff] [blame] | 18 | "+usrsctplib", |
Mirko Bonadei | 6543206 | 2017-12-11 09:32:13 +0100 | [diff] [blame] | 19 | "+third_party/libyuv", |
kjellander@webrtc.org | 94a23f0 | 2016-03-17 12:05:36 +0100 | [diff] [blame] | 20 | ] |
| 21 | |
| 22 | specific_include_rules = { |
| 23 | "win32devicemanager\.cc": [ |
| 24 | "+third_party/logitech/files/logitechquickcam.h", |
| 25 | ], |
| 26 | } |