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/modules/audio_coding", | 7 "+webrtc/modules/audio_coding", |
7 "+webrtc/modules/audio_device", | 8 "+webrtc/modules/audio_device", |
8 "+webrtc/modules/audio_processing", | 9 "+webrtc/modules/audio_processing", |
9 "+webrtc/modules/video_capture", | 10 "+webrtc/modules/video_capture", |
10 "+webrtc/modules/video_coding", | 11 "+webrtc/modules/video_coding", |
11 "+webrtc/p2p", | 12 "+webrtc/p2p", |
12 "+webrtc/pc", | 13 "+webrtc/pc", |
13 "+webrtc/sound", | 14 "+webrtc/sound", |
14 "+webrtc/system_wrappers", | 15 "+webrtc/system_wrappers", |
15 "+webrtc/voice_engine", | 16 "+webrtc/voice_engine", |
16 "+usrsctplib", | 17 "+usrsctplib", |
17 ] | 18 ] |
18 | 19 |
19 specific_include_rules = { | 20 specific_include_rules = { |
20 "win32devicemanager\.cc": [ | 21 "win32devicemanager\.cc": [ |
21 "+third_party/logitech/files/logitechquickcam.h", | 22 "+third_party/logitech/files/logitechquickcam.h", |
22 ], | 23 ], |
23 } | 24 } |
OLD | NEW |