blob: 1e13c18b16e7babc5b54007df81578dfddf68d76 [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",
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020014 "+sound",
15 "+system_wrappers",
kjellander@webrtc.org94a23f02016-03-17 12:05:36 +010016 "+usrsctplib",
Mirko Bonadei65432062017-12-11 09:32:13 +010017 "+third_party/libyuv",
kjellander@webrtc.org94a23f02016-03-17 12:05:36 +010018]
19
20specific_include_rules = {
21 "win32devicemanager\.cc": [
22 "+third_party/logitech/files/logitechquickcam.h",
23 ],
24}