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