Reason for revert: The blocker in upstreaming has been removed. Original issue's description: > Revert of Reland "Add first part of the network_tester functionality" (patchset #3 id:40001 of https://codereview.chromium.org/2808203003/ ) > > Reason for revert: > Break downstream bots. > > Original issue's description: > > Reland "Add first part of the network_tester functionality" > > > > BUG=webrtc:7426 > > > > Review-Url: https://codereview.webrtc.org/2808203003 > > Cr-Commit-Position: refs/heads/master@{#17666} > > Committed:1c223b2f75> > TBR=stefan@webrtc.org,minyue@webrtc.org,nisse@webrtc.org,terelius@webrtc.org,michaelt@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/2813193002 > Cr-Commit-Position: refs/heads/master@{#17672} > Committed:e5fd38989dTBR=stefan@webrtc.org,nisse@webrtc.org,terelius@webrtc.org,michaelt@webrtc.org,philipel@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/2811253005 Cr-Commit-Position: refs/heads/master@{#17688}
16 lines
405 B
Python
16 lines
405 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",
|
|
"+webrtc/p2p",
|
|
]
|
|
|