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

Unified Diff: webrtc/tools/network_tester/network_tester_config.proto

Issue 2965593002: Move webrtc/{tools => rtc_tools} (Closed)
Patch Set: Adding back root changes Created 3 years, 6 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 | « webrtc/tools/network_tester/jni.cpp ('k') | webrtc/tools/network_tester/network_tester_packet.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/tools/network_tester/network_tester_config.proto
diff --git a/webrtc/tools/network_tester/network_tester_config.proto b/webrtc/tools/network_tester/network_tester_config.proto
deleted file mode 100644
index a911dc17ffa39fbc660d326a36bc533cbee628bb..0000000000000000000000000000000000000000
--- a/webrtc/tools/network_tester/network_tester_config.proto
+++ /dev/null
@@ -1,14 +0,0 @@
-syntax = "proto2";
-option optimize_for = LITE_RUNTIME;
-package webrtc.network_tester.config;
-
-message NetworkTesterConfig {
- optional int32 packet_send_interval_ms = 1;
- optional float packet_size = 2;
- optional int32 execution_time_ms = 3;
-}
-
-message NetworkTesterAllConfigs {
- repeated NetworkTesterConfig configs = 1;
-}
-
« no previous file with comments | « webrtc/tools/network_tester/jni.cpp ('k') | webrtc/tools/network_tester/network_tester_packet.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698