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

Unified Diff: PRESUBMIT.py

Issue 2205383002: Remove Blink auto-roll script (scripts/tools/blink_roller/). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@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 | scripts/tools/blink_roller/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 9ecc324d75d5c37a8c08b8ee8fac1835b11892e6..32aa31523bc1262dc86ddf2873329b067831fd29 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -109,11 +109,6 @@ def CommonChecks(input_api, output_api):
output_api,
input_api.os_path.join('scripts', 'tools', 'unittests'),
whitelist))
- tests.extend(input_api.canned_checks.GetUnitTestsInDirectory(
- input_api,
- output_api,
- input_api.os_path.join('scripts', 'tools', 'blink_roller'),
- whitelist))
recipe_modules_tests = input_api.glob(
join('scripts', 'slave', 'recipe_modules', '*', 'tests'))
« no previous file with comments | « no previous file | scripts/tools/blink_roller/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698