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

Unified Diff: trunk/src/tools/telemetry/PRESUBMIT.py

Issue 182333004: Revert 253521 "Introduce telemetry.web_components and a simple c..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 10 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 | trunk/src/tools/telemetry/run_web_components_dev_server » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/tools/telemetry/PRESUBMIT.py
===================================================================
--- trunk/src/tools/telemetry/PRESUBMIT.py (revision 253610)
+++ trunk/src/tools/telemetry/PRESUBMIT.py (working copy)
@@ -20,12 +20,6 @@
'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 | trunk/src/tools/telemetry/run_web_components_dev_server » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698