Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+webrtc/call", | 2 "+webrtc/call", |
| 3 "+webrtc/common_video", | 3 "+webrtc/common_video", |
| 4 "+webrtc/logging/rtc_event_log", | 4 "+webrtc/logging/rtc_event_log", |
| 5 "+webrtc/media/base", | 5 "+webrtc/media/base", |
| 6 "+webrtc/media/engine", | 6 "+webrtc/media/engine", |
| 7 "+webrtc/modules/audio_mixer", | 7 "+webrtc/modules/audio_mixer", |
| 8 "+webrtc/modules/bitrate_controller", | 8 "+webrtc/modules/bitrate_controller", |
| 9 "+webrtc/modules/congestion_controller", | 9 "+webrtc/modules/congestion_controller", |
| 10 "+webrtc/modules/pacing", | 10 "+webrtc/modules/pacing", |
| 11 "+webrtc/modules/remote_bitrate_estimator", | 11 "+webrtc/modules/remote_bitrate_estimator", |
| 12 "+webrtc/modules/rtp_rtcp", | 12 "+webrtc/modules/rtp_rtcp", |
| 13 "+webrtc/modules/utility", | 13 "+webrtc/modules/utility", |
| 14 "+webrtc/modules/video_coding", | 14 "+webrtc/modules/video_coding", |
| 15 "+webrtc/modules/video_capture", | 15 "+webrtc/modules/video_capture", |
| 16 "+webrtc/modules/video_processing", | 16 "+webrtc/modules/video_processing", |
| 17 "+webrtc/system_wrappers", | 17 "+webrtc/system_wrappers", |
| 18 "+webrtc/voice_engine", | 18 "+webrtc/voice_engine", |
| 19 ] | 19 ] |
| 20 | |
| 21 specific_include_rules = { | |
| 22 "video_quality_test\.cc": [ | |
| 23 "+webrtc/sdk", | |
|
kjellander_webrtc
2017/09/08 12:36:39
Do we need to be this strict? If webrtc/sdk is con
brandtr
2017/09/13 11:17:23
Right, that makes sense. Changed.
| |
| 24 ], | |
| 25 } | |
| OLD | NEW |