blob: e44456317f650a15f57dccd0e195b2eac70531d2 [file] [log] [blame]
kjellander@webrtc.org94a23f02016-03-17 12:05:36 +01001include_rules = [
2 "+webrtc/api",
3 "+webrtc/base",
4 "+webrtc/call",
5 "+webrtc/common_video",
6 "+webrtc/modules/audio_coding",
7 "+webrtc/modules/audio_device",
8 "+webrtc/modules/audio_processing",
9 "+webrtc/modules/video_capture",
10 "+webrtc/modules/video_coding",
11 "+webrtc/p2p",
12 "+webrtc/pc",
13 "+webrtc/sound",
14 "+webrtc/system_wrappers",
15 "+webrtc/voice_engine",
16 "+usrsctplib",
17]
18
19specific_include_rules = {
20 "win32devicemanager\.cc": [
21 "+third_party/logitech/files/logitechquickcam.h",
22 ],
23}