| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+call", | 2 "+call", |
| 3 "+common_video", | 3 "+common_video", |
| 4 "+logging/rtc_event_log", | 4 "+logging/rtc_event_log", |
| 5 "+media/base", | 5 "+media/base", |
| 6 "+media/engine", | 6 "+media/engine", |
| 7 "+modules/audio_mixer", | 7 "+modules/audio_mixer", |
| 8 "+modules/bitrate_controller", | 8 "+modules/bitrate_controller", |
| 9 "+modules/congestion_controller", | 9 "+modules/congestion_controller", |
| 10 "+modules/pacing", | 10 "+modules/pacing", |
| 11 "+modules/remote_bitrate_estimator", | 11 "+modules/remote_bitrate_estimator", |
| 12 "+modules/rtp_rtcp", | 12 "+modules/rtp_rtcp", |
| 13 "+modules/utility", | 13 "+modules/utility", |
| 14 "+modules/video_coding", | 14 "+modules/video_coding", |
| 15 "+modules/video_capture", | 15 "+modules/video_capture", |
| 16 "+modules/video_processing", | 16 "+modules/video_processing", |
| 17 "+sdk", |
| 17 "+system_wrappers", | 18 "+system_wrappers", |
| 18 "+voice_engine", | 19 "+voice_engine", |
| 19 ] | 20 ] |
| OLD | NEW |