blob: e3e03c54fc593b95caf81f7e87b95a8d08077a97 [file] [log] [blame]
kjellander@webrtc.org94a23f02016-03-17 12:05:36 +01001include_rules = [
Mirko Bonadei92ea95e2017-09-15 06:47:31 +02002 "+call",
3 "+common_video",
4 "+logging/rtc_event_log",
5 "+modules/audio_coding",
6 "+modules/audio_device",
7 "+modules/audio_mixer",
8 "+modules/audio_processing",
9 "+modules/rtp_rtcp",
10 "+modules/video_capture",
11 "+modules/video_coding",
Sergio Garcia Murillo43800f92018-06-21 16:16:38 +020012 "+modules/video_coding/utility",
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020013 "+p2p",
14 "+pc",
15 "+sound",
16 "+system_wrappers",
kjellander@webrtc.org94a23f02016-03-17 12:05:36 +010017 "+usrsctplib",
Mirko Bonadei65432062017-12-11 09:32:13 +010018 "+third_party/libyuv",
kjellander@webrtc.org94a23f02016-03-17 12:05:36 +010019]
20
21specific_include_rules = {
22 "win32devicemanager\.cc": [
23 "+third_party/logitech/files/logitechquickcam.h",
24 ],
25}