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

Unified Diff: build/android/PRESUBMIT.py

Issue 2593903002: [android] Use contextlib_ext.Optional for conditional context managers. (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 | build/android/pylib/__init__.py » ('j') | build/android/pylib/__init__.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/PRESUBMIT.py
diff --git a/build/android/PRESUBMIT.py b/build/android/PRESUBMIT.py
index 6bc7b44aa34e3cf6a5eb69a83227e44ae6fdeaef..60b105d6855f8e910c3067946b9694164ccff255 100644
--- a/build/android/PRESUBMIT.py
+++ b/build/android/PRESUBMIT.py
@@ -32,6 +32,7 @@ def CommonChecks(input_api, output_api):
J('gyp'),
J('buildbot'),
J('..', '..', 'third_party', 'catapult', 'common', 'py_trace_event'),
+ J('..', '..', 'third_party', 'catapult', 'common', 'py_utils'),
J('..', '..', 'third_party', 'catapult', 'devil')
]))
output.extend(input_api.canned_checks.RunPylint(
« no previous file with comments | « no previous file | build/android/pylib/__init__.py » ('j') | build/android/pylib/__init__.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698