| OLD | NEW | 
|   1 include_rules = [ |   1 include_rules = [ | 
|   2   "+webrtc/audio", |   2   "+webrtc/audio", | 
|   3   "+webrtc/base", |   3   "+webrtc/base", | 
|   4   "+webrtc/logging/rtc_event_log", |   4   "+webrtc/logging/rtc_event_log", | 
|   5   "+webrtc/modules/audio_coding", |   5   "+webrtc/modules/audio_coding", | 
|   6   "+webrtc/modules/audio_device", |   6   "+webrtc/modules/audio_device", | 
 |   7   "+webrtc/modules/audio_mixer", | 
|   7   "+webrtc/modules/audio_processing", |   8   "+webrtc/modules/audio_processing", | 
|   8   "+webrtc/modules/bitrate_controller", |   9   "+webrtc/modules/bitrate_controller", | 
|   9   "+webrtc/modules/congestion_controller", |  10   "+webrtc/modules/congestion_controller", | 
|  10   "+webrtc/modules/pacing", |  11   "+webrtc/modules/pacing", | 
|  11   "+webrtc/modules/rtp_rtcp", |  12   "+webrtc/modules/rtp_rtcp", | 
|  12   "+webrtc/modules/utility", |  13   "+webrtc/modules/utility", | 
|  13   "+webrtc/system_wrappers", |  14   "+webrtc/system_wrappers", | 
|  14   "+webrtc/voice_engine", |  15   "+webrtc/voice_engine", | 
|  15   "+webrtc/video", |  16   "+webrtc/video", | 
|  16 ] |  17 ] | 
| OLD | NEW |