Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(720)

Unified Diff: webrtc/tools/BUILD.gn

Issue 2810423002: Revert of "Add first part of the network_tester functionality" (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « resources/network_tester/server_config.dat.sha1 ('k') | webrtc/tools/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/tools/BUILD.gn
diff --git a/webrtc/tools/BUILD.gn b/webrtc/tools/BUILD.gn
index 05b7adbf796bb6ac110b2bf455ced6aa4a8df4a2..5a4c1af4be223929e017c2d70d974ee15169b92b 100644
--- a/webrtc/tools/BUILD.gn
+++ b/webrtc/tools/BUILD.gn
@@ -36,7 +36,6 @@
public_deps += [
":event_log_visualizer",
":rtp_analyzer",
- "network_tester",
]
}
}
@@ -312,10 +311,6 @@
"//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" ]
« no previous file with comments | « resources/network_tester/server_config.dat.sha1 ('k') | webrtc/tools/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698