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

Unified Diff: webrtc/tools/tools.gyp

Issue 1999113002: New rtc dump analyzing tool in Python (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Added protobuf dependency back. Created 4 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/py_event_log_analyzer/rtp_analyzer.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/tools/tools.gyp
diff --git a/webrtc/tools/tools.gyp b/webrtc/tools/tools.gyp
index 977ea00a0f6c640729e31f1810d3b1d88dcabc5e..998319e31fc51692053fe4b2b940e1d7615d8429 100644
--- a/webrtc/tools/tools.gyp
+++ b/webrtc/tools/tools.gyp
@@ -177,6 +177,26 @@
}],
],
}, # tools_unittests
+ {
+ 'target_name': 'rtp_analyzer',
+ 'type': 'none',
+ 'variables': {
+ 'copy_output_dir%': '<(PRODUCT_DIR)',
+ },
+ 'copies': [
+ {
+ 'destination': '<(copy_output_dir)/',
+ 'files': [
+ 'py_event_log_analyzer/misc.py',
+ 'py_event_log_analyzer/pb_parse.py',
+ 'py_event_log_analyzer/rtp_analyzer.py',
+ 'py_event_log_analyzer/rtp_analyzer.sh',
+ ]
+ },
+ ],
+ 'dependencies': [ '<(webrtc_root)/webrtc.gyp:rtc_event_log_proto' ],
+ 'process_outputs_as_sources': 1,
+ }, # rtp_analyzer
], # targets
'conditions': [
['OS=="android"', {
« no previous file with comments | « webrtc/tools/py_event_log_analyzer/rtp_analyzer.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698