The breaking tests in Chromium have been temporarily disabled, they will be fixed and reenabled soon. Original CLs: https://codereview.webrtc.org/1748403002/, https://codereview.webrtc.org/2107253002/ and https://codereview.webrtc.org/2106103003/. TBR=solenberg@webrtc.org,tommi@webrtc.org,stefan@webrtc.org,terelius@webrtc.org,tkchin@webrtc.org BUG=webrtc:4741, webrtc:5603, chromium:609749 Review-Url: https://codereview.webrtc.org/2110113003 Cr-Commit-Position: refs/heads/master@{#13379}
21 lines
495 B
Python
21 lines
495 B
Python
include_rules = [
|
|
"+webrtc/base",
|
|
"+webrtc/voice_engine",
|
|
"+webrtc/modules/audio_coding/codecs/mock",
|
|
"+webrtc/modules/bitrate_controller",
|
|
"+webrtc/modules/congestion_controller",
|
|
"+webrtc/modules/pacing",
|
|
"+webrtc/modules/remote_bitrate_estimator",
|
|
"+webrtc/modules/rtp_rtcp",
|
|
"+webrtc/system_wrappers",
|
|
]
|
|
|
|
specific_include_rules = {
|
|
"audio_receive_stream_unittest\.cc": [
|
|
"+webrtc/call/mock",
|
|
],
|
|
"audio_send_stream_unittest\.cc": [
|
|
"+webrtc/call/mock",
|
|
],
|
|
}
|