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

Unified Diff: chrome/browser/test_presubmit.py

Issue 2592193002: Remove closure_linter from Chrome (Closed)
Patch Set: Created 4 years 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 | chrome/browser/web_dev_style/closure_lint_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/test_presubmit.py
diff --git a/chrome/browser/test_presubmit.py b/chrome/browser/test_presubmit.py
index 4509bacd1bbb8af49efce587e021ad2054ace1a7..796a90ad91859f2fb27ba7f6a37ea51cb41725e7 100755
--- a/chrome/browser/test_presubmit.py
+++ b/chrome/browser/test_presubmit.py
@@ -5,14 +5,12 @@
"""Unit test runner for Web Development Style Guide checks."""
-from web_dev_style import closure_lint_test, \
- css_checker_test, \
+from web_dev_style import css_checker_test, \
html_checker_test, \
js_checker_test, \
resource_checker_test
_TEST_MODULES = [
- closure_lint_test,
css_checker_test,
html_checker_test,
js_checker_test,
« no previous file with comments | « no previous file | chrome/browser/web_dev_style/closure_lint_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698