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

Unified Diff: PRESUBMIT.py

Issue 2970513002: Update PRESUBMIT.py for webrtc/{tools => rtc_tools} rename. (Closed)
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 637dce83236ce929cd833636bd0bc442adb902d7..3cc90cc0f916522ac402f604fad27c63d4c61a69 100755
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -471,8 +471,8 @@ def _RunPythonTests(input_api, output_api):
return input_api.os_path.join(input_api.PresubmitLocalPath(), *args)
test_directories = [
- Join('webrtc', 'tools', 'py_event_log_analyzer'),
- Join('webrtc', 'tools'),
+ Join('webrtc', 'rtc_tools', 'py_event_log_analyzer'),
+ Join('webrtc', 'rtc_tools'),
Join('webrtc', 'audio', 'test', 'unittests'),
] + [
root for root, _, files in os.walk(Join('tools_webrtc'))
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698