OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+webrtc/base", | |
3 "+webrtc/call", | 2 "+webrtc/call", |
4 "+webrtc/common_audio", | 3 "+webrtc/common_audio", |
5 "+webrtc/logging/rtc_event_log", | 4 "+webrtc/logging/rtc_event_log", |
6 "+webrtc/audio_coding/neteq/neteq_unittest.pb.h", # Different path. | 5 "+webrtc/audio_coding/neteq/neteq_unittest.pb.h", # Different path. |
7 "+webrtc/system_wrappers", | 6 "+webrtc/system_wrappers", |
8 ] | 7 ] |
OLD | NEW |