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

Unified Diff: tools/telemetry/PRESUBMIT.py

Issue 838443007: Remove telemetry hook into trace-viewer presubmit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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: tools/telemetry/PRESUBMIT.py
diff --git a/tools/telemetry/PRESUBMIT.py b/tools/telemetry/PRESUBMIT.py
index c424658976c66c106f89368eced7fd5bafa89b30..b3761897dcb1120cdf00e51c4ea8c1b789e83da1 100644
--- a/tools/telemetry/PRESUBMIT.py
+++ b/tools/telemetry/PRESUBMIT.py
@@ -20,12 +20,6 @@ def _CommonChecks(input_api, output_api):
'Docs are stale. Please run:\n' +
'$ %s' % os.path.abspath(update_docs_path)))
- # Importing telemetry.web_components actually brings tvcm into the path.
- import telemetry.web_components # pylint: disable=W0612
- from tvcm import presubmit_checker
- checker = presubmit_checker.PresubmitChecker(input_api, output_api)
- results += checker.RunChecks()
-
results.extend(input_api.canned_checks.RunPylint(
input_api, output_api,
black_list=PYLINT_BLACKLIST,
« 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