Reason for revert:
Tasn test failure.
Original issue's description:
> Add first part of the network_tester functionality.
>
> BUG=webrtc:7426
>
> Review-Url: https://codereview.webrtc.org/2779233002
> Cr-Commit-Position: refs/heads/master@{#17635}
> Committed: 333d0ff631
TBR=stefan@webrtc.org,minyue@webrtc.org,nisse@webrtc.org,terelius@webrtc.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=webrtc:7426
Review-Url: https://codereview.webrtc.org/2800403003
Cr-Commit-Position: refs/heads/master@{#17636}
15 lines
388 B
Python
15 lines
388 B
Python
include_rules = [
|
|
"+webrtc/base",
|
|
"+webrtc/call",
|
|
"+webrtc/common_video",
|
|
"+webrtc/logging/rtc_event_log",
|
|
"+webrtc/modules/audio_device",
|
|
"+webrtc/modules/audio_coding/audio_network_adaptor",
|
|
"+webrtc/modules/audio_processing",
|
|
"+webrtc/modules/bitrate_controller",
|
|
"+webrtc/modules/congestion_controller",
|
|
"+webrtc/modules/rtp_rtcp",
|
|
"+webrtc/system_wrappers",
|
|
]
|
|
|