| OLD | NEW | 
|   1 include_rules = [ |   1 include_rules = [ | 
|   2   "+webrtc/base", |   2   "+webrtc/base", | 
|   3   "+webrtc/voice_engine", |   3   "+webrtc/voice_engine", | 
|   4   "+webrtc/modules/bitrate_controller", |   4   "+webrtc/modules/bitrate_controller", | 
|   5   "+webrtc/modules/congestion_controller", |   5   "+webrtc/modules/congestion_controller", | 
|   6   "+webrtc/modules/pacing", |   6   "+webrtc/modules/pacing", | 
|   7   "+webrtc/modules/remote_bitrate_estimator", |   7   "+webrtc/modules/remote_bitrate_estimator", | 
|   8   "+webrtc/modules/rtp_rtcp", |   8   "+webrtc/modules/rtp_rtcp", | 
|   9   "+webrtc/system_wrappers", |   9   "+webrtc/system_wrappers", | 
|  10 ] |  10 ] | 
 |  11  | 
 |  12 specific_include_rules = { | 
 |  13   "audio_receive_stream_unittest\.cc": [ | 
 |  14     "+webrtc/call/mock", | 
 |  15   ], | 
 |  16   "audio_send_stream_unittest\.cc": [ | 
 |  17     "+webrtc/call/mock", | 
 |  18   ], | 
 |  19 } | 
| OLD | NEW |