Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+webrtc/base", | 2 "+webrtc/base", |
| 3 "+webrtc/call", | 3 "+webrtc/call", |
| 4 "+webrtc/modules/audio_coding/audio_network_adaptor", | 4 "+webrtc/modules/audio_coding/audio_network_adaptor", |
| 5 "+webrtc/modules/pacing", | |
|
terelius
2017/03/27 17:08:11
Do you really have to change this? Isn't the modul
philipel
2017/03/28 08:50:24
I didn't need to change this, reverted.
| |
| 5 "+webrtc/modules/remote_bitrate_estimator/include", | 6 "+webrtc/modules/remote_bitrate_estimator/include", |
| 6 "+webrtc/modules/rtp_rtcp", | 7 "+webrtc/modules/rtp_rtcp", |
| 7 "+webrtc/system_wrappers", | 8 "+webrtc/system_wrappers", |
| 8 ] | 9 ] |
| OLD | NEW |