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

Unified Diff: webrtc/rtc_tools/network_tester/parse_packet_log.py

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/rtc_tools/network_tester/packet_sender.cc ('k') | webrtc/rtc_tools/network_tester/server.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_tools/network_tester/parse_packet_log.py
diff --git a/webrtc/tools/network_tester/parse_packet_log.py b/webrtc/rtc_tools/network_tester/parse_packet_log.py
similarity index 99%
rename from webrtc/tools/network_tester/parse_packet_log.py
rename to webrtc/rtc_tools/network_tester/parse_packet_log.py
index 3b263e0d6713ff0858fd9d21b5db93ca06387b29..98fd0f6964479eff1c8c72f44e093004047d6126 100755
--- a/webrtc/tools/network_tester/parse_packet_log.py
+++ b/webrtc/rtc_tools/network_tester/parse_packet_log.py
@@ -6,7 +6,7 @@
# in the file PATENTS. All contributing project authors may
# be found in the AUTHORS file in the root of the source tree.
-# To run this script please copy "out/<build_name>/pyproto/webrtc/tools/
+# To run this script please copy "out/<build_name>/pyproto/webrtc/rtc_tools/
# network_tester/network_tester_packet_pb2.py" next to this script.
# The you can run this script with:
# "python parse_packet_log.py -f packet_log.dat"
« no previous file with comments | « webrtc/rtc_tools/network_tester/packet_sender.cc ('k') | webrtc/rtc_tools/network_tester/server.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698