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

Unified Diff: tools/android/loading/PRESUBMIT.py

Issue 1878943013: tools/android/loading Add appengine frontend for Clovis (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor
Patch Set: Add gitignore Created 4 years, 8 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 | tools/android/loading/cloud/__init__.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/loading/PRESUBMIT.py
diff --git a/tools/android/loading/PRESUBMIT.py b/tools/android/loading/PRESUBMIT.py
index b9bcc1916f4bae18a427650fa5c3bc27c1bff65f..cd740efe58e42299eaa9772f6a9c0982a3ad43ab 100644
--- a/tools/android/loading/PRESUBMIT.py
+++ b/tools/android/loading/PRESUBMIT.py
@@ -11,7 +11,7 @@ for more details on the presubmit API built into depot_tools.
def CommonChecks(input_api, output_api):
output = []
- blacklist = []
+ blacklist = [r'cloud/frontend/lib/*']
output.extend(input_api.canned_checks.RunPylint(
input_api, output_api, black_list=blacklist))
output.extend(input_api.canned_checks.RunUnitTests(
« no previous file with comments | « no previous file | tools/android/loading/cloud/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698