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

Unified Diff: PRESUBMIT.py

Issue 1999113002: New rtc dump analyzing tool in Python (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Changed default to py-3 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 | « no previous file | tools/py_event_log_analyzer/README » ('j') | tools/py_event_log_analyzer/README » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 8492dc9fc888bed8f2c9edc473304f223baa71b9..d4a67d24dc2460dabd99803804661d12d23df754 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -391,6 +391,7 @@ def _RunPythonTests(input_api, output_api):
test_directories = [
join('tools', 'autoroller', 'unittests'),
+ join('tools', 'py_event_log_analyzer'),
]
tests = []
« no previous file with comments | « no previous file | tools/py_event_log_analyzer/README » ('j') | tools/py_event_log_analyzer/README » ('J')

Powered by Google App Engine
This is Rietveld 408576698