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

Unified Diff: PRESUBMIT.py

Issue 1494103004: Set up depot_tools as a recipe package, and add depot_tools recipe module. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
Patch Set: Created 5 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 | « .gitignore ('k') | infra/config/OWNERS » ('j') | infra/config/recipes.cfg » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: PRESUBMIT.py
diff --git a/PRESUBMIT.py b/PRESUBMIT.py
index 2877144f351bded08cd6791984c52aa6e2d6ebcd..c1cc5de20cfcc204950311bf6e47d7f844b0c60d 100644
--- a/PRESUBMIT.py
+++ b/PRESUBMIT.py
@@ -16,10 +16,12 @@ def CommonChecks(input_api, output_api, tests_to_black_list):
results = []
results.extend(input_api.canned_checks.CheckOwners(input_api, output_api))
black_list = list(input_api.DEFAULT_BLACK_LIST) + [
+ r'^\.recipe_deps[\/\\].*',
r'^cpplint\.py$',
r'^cpplint_chromium\.py$',
r'^external_bin[\/\\].+',
r'^python[0-9]*_bin[\/\\].+',
+ r'^recipes\.py$',
r'^site-packages-py[0-9]\.[0-9][\/\\].+',
r'^svn_bin[\/\\].+',
r'^testing_support[\/\\]_rietveld[\/\\].+']
« no previous file with comments | « .gitignore ('k') | infra/config/OWNERS » ('j') | infra/config/recipes.cfg » ('J')

Powered by Google App Engine
This is Rietveld 408576698