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