OLD | NEW |
(Empty) | |
| 1 include_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 |
| 19 specific_include_rules = { |
| 20 "win32devicemanager\.cc": [ |
| 21 "+third_party/logitech/files/logitechquickcam.h", |
| 22 ], |
| 23 } |
OLD | NEW |