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

Unified Diff: scripts/slave/recipe_modules/filter/__init__.py

Issue 427073003: Adds ability to filter the set of tests that are run by a bot (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: merge to trunk Created 6 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/slave/recipe_modules/filter/api.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/filter/__init__.py
diff --git a/scripts/slave/recipe_modules/filter/__init__.py b/scripts/slave/recipe_modules/filter/__init__.py
index fff9b1f2f30f39557a02c08db0dd1719ada3267c..b61a05034bbf0324a6a83f7a3cbfe4129adc624c 100644
--- a/scripts/slave/recipe_modules/filter/__init__.py
+++ b/scripts/slave/recipe_modules/filter/__init__.py
@@ -5,6 +5,7 @@
DEPS = [
'chromium',
'git',
+ 'json',
'path',
'properties',
'python',
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/filter/api.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698