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

Unified Diff: tools/telemetry/PRESUBMIT.py

Issue 11361165: [chrome_remote_control] Rename chrome_remote_control to telemetry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 | « tools/telemetry/OWNERS ('k') | tools/telemetry/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/PRESUBMIT.py
diff --git a/tools/chrome_remote_control/PRESUBMIT.py b/tools/telemetry/PRESUBMIT.py
similarity index 92%
rename from tools/chrome_remote_control/PRESUBMIT.py
rename to tools/telemetry/PRESUBMIT.py
index fcc7fe4a3eed59b5cc57b8b071d0923a467402a3..6866cc2c983700e197f6b7030dccddd9f12eda68 100644
--- a/tools/chrome_remote_control/PRESUBMIT.py
+++ b/tools/telemetry/PRESUBMIT.py
@@ -11,7 +11,7 @@ def _CommonChecks(input_api, output_api):
results = []
old_sys_path = sys.path
try:
- sys.path = [os.path.join('..', 'chrome_remote_control')] + sys.path
+ sys.path = [os.path.join('..', 'telemetry')] + sys.path
results.extend(input_api.canned_checks.RunPylint(
input_api, output_api,
black_list=PYLINT_BLACKLIST,
« no previous file with comments | « tools/telemetry/OWNERS ('k') | tools/telemetry/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698