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

Unified Diff: telemetry/PRESUBMIT.py

Issue 2210063003: Rename third_party/webpagereplay to third_party/web-page-replay (Closed) Base URL: https://github.com/catapult-project/catapult@master
Patch Set: Created 4 years, 4 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 | telemetry/telemetry/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/PRESUBMIT.py
diff --git a/telemetry/PRESUBMIT.py b/telemetry/PRESUBMIT.py
index 4751da0e0d6f424fb5004efdb22aa232ab85d8ab..c39ab934856c6d98521d6d6e611bf59f83d71827 100644
--- a/telemetry/PRESUBMIT.py
+++ b/telemetry/PRESUBMIT.py
@@ -94,7 +94,7 @@ def _GetPathsToPrepend(input_api):
input_api.os_path.join(telemetry_dir, 'third_party', 'modulegraph'),
input_api.os_path.join(telemetry_dir, 'third_party', 'pexpect'),
input_api.os_path.join(telemetry_dir, 'third_party', 'png'),
- input_api.os_path.join(telemetry_dir, 'third_party', 'webpagereplay'),
+ input_api.os_path.join(telemetry_dir, 'third_party', 'web-page-replay'),
input_api.os_path.join(telemetry_dir, 'third_party', 'websocket-client'),
input_api.os_path.join(catapult_dir, 'catapult_base'),
« no previous file with comments | « no previous file | telemetry/telemetry/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698