blob: 4dd449c003a180a9678038259f8443d5543e3218 [file] [log] [blame]
kjellander@webrtc.org94a23f02016-03-17 12:05:36 +01001include_rules = [
Mirko Bonadei92ea95e2017-09-15 06:47:31 +02002 "+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",
13 "+p2p",
14 "+pc",
15 "+sound",
16 "+system_wrappers",
17 "+voice_engine",
kjellander@webrtc.org94a23f02016-03-17 12:05:36 +010018 "+usrsctplib",
19]
20
21specific_include_rules = {
22 "win32devicemanager\.cc": [
23 "+third_party/logitech/files/logitechquickcam.h",
24 ],
25}