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

Unified Diff: webrtc/tools/BUILD.gn

Issue 2779233002: Add first part of the network_tester functionality. (Closed)
Patch Set: Created 3 years, 9 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
Index: webrtc/tools/BUILD.gn
diff --git a/webrtc/tools/BUILD.gn b/webrtc/tools/BUILD.gn
index 169a7f49de9f29b0755e2643e5f73a11aceb8481..4e001db2ce256adbd98ce3d7fd64ae2f24cbbf71 100644
--- a/webrtc/tools/BUILD.gn
+++ b/webrtc/tools/BUILD.gn
@@ -36,6 +36,7 @@ group("tools") {
public_deps += [
":event_log_visualizer",
":rtp_analyzer",
+ "network_tester",
]
}
}
@@ -304,6 +305,7 @@ if (rtc_include_tests) {
":reference_less_video_analysis_lib",
":video_quality_analysis",
"../test:test_main",
+ "network_tester:network_tester_unittests",
"//testing/gtest",
]

Powered by Google App Engine
This is Rietveld 408576698