| 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(
|
|
|