Skip to content

Commit

Permalink
Revert of Add first part of the network_tester functionality. (patchs…
Browse files Browse the repository at this point in the history
…et #13 id:260001 of https://codereview.webrtc.org/2779233002/ )

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: https://chromium.googlesource.com/external/webrtc/+/333d0ff63173f2561fb03b323080e5f8b1c71dc4

[email protected],[email protected],[email protected],[email protected]
# 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}
  • Loading branch information
michaelt authored and Commit bot committed Apr 11, 2017
1 parent 333d0ff commit 7fb7bbd
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 678 deletions.
1 change: 0 additions & 1 deletion resources/network_tester/client_config.dat.sha1

This file was deleted.

1 change: 0 additions & 1 deletion resources/network_tester/server_config.dat.sha1

This file was deleted.

5 changes: 0 additions & 5 deletions webrtc/tools/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ group("tools") {
public_deps += [
":event_log_visualizer",
":rtp_analyzer",
"network_tester",
]
}
}
Expand Down Expand Up @@ -312,10 +311,6 @@ if (rtc_include_tests) {
"//testing/gtest",
]

if (rtc_enable_protobuf) {
deps += [ "network_tester:network_tester_unittests" ]
}

data = tools_unittests_resources
if (is_android) {
deps += [ "//testing/android/native_test:native_test_support" ]
Expand Down
1 change: 0 additions & 1 deletion webrtc/tools/DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ include_rules = [
"+webrtc/modules/congestion_controller",
"+webrtc/modules/rtp_rtcp",
"+webrtc/system_wrappers",
"+webrtc/p2p",
]

93 changes: 0 additions & 93 deletions webrtc/tools/network_tester/BUILD.gn

This file was deleted.

50 changes: 0 additions & 50 deletions webrtc/tools/network_tester/config_reader.cc

This file was deleted.

53 changes: 0 additions & 53 deletions webrtc/tools/network_tester/config_reader.h

This file was deleted.

30 changes: 0 additions & 30 deletions webrtc/tools/network_tester/create_network_tester_config.py

This file was deleted.

13 changes: 0 additions & 13 deletions webrtc/tools/network_tester/network_tester_config.proto

This file was deleted.

18 changes: 0 additions & 18 deletions webrtc/tools/network_tester/network_tester_packet.proto

This file was deleted.

29 changes: 0 additions & 29 deletions webrtc/tools/network_tester/network_tester_unittest.cc

This file was deleted.

Loading

0 comments on commit 7fb7bbd

Please sign in to comment.