OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+webrtc/api", | 2 "+webrtc/api", |
3 "+webrtc/base", | 3 "+webrtc/base", |
4 "+webrtc/call", | 4 "+webrtc/call", |
5 "+webrtc/common_video", | 5 "+webrtc/common_video", |
6 "+webrtc/logging/rtc_event_log", | 6 "+webrtc/logging/rtc_event_log", |
7 "+webrtc/modules/audio_coding", | 7 "+webrtc/modules/audio_coding", |
8 "+webrtc/modules/audio_device", | 8 "+webrtc/modules/audio_device", |
| 9 "+webrtc/modules/audio_mixer", |
9 "+webrtc/modules/audio_processing", | 10 "+webrtc/modules/audio_processing", |
10 "+webrtc/modules/video_capture", | 11 "+webrtc/modules/video_capture", |
11 "+webrtc/modules/video_coding", | 12 "+webrtc/modules/video_coding", |
12 "+webrtc/p2p", | 13 "+webrtc/p2p", |
13 "+webrtc/pc", | 14 "+webrtc/pc", |
14 "+webrtc/sound", | 15 "+webrtc/sound", |
15 "+webrtc/system_wrappers", | 16 "+webrtc/system_wrappers", |
16 "+webrtc/voice_engine", | 17 "+webrtc/voice_engine", |
17 "+usrsctplib", | 18 "+usrsctplib", |
18 ] | 19 ] |
19 | 20 |
20 specific_include_rules = { | 21 specific_include_rules = { |
21 "win32devicemanager\.cc": [ | 22 "win32devicemanager\.cc": [ |
22 "+third_party/logitech/files/logitechquickcam.h", | 23 "+third_party/logitech/files/logitechquickcam.h", |
23 ], | 24 ], |
24 } | 25 } |
OLD | NEW |