| Index: build/android/PRESUBMIT.py
|
| diff --git a/build/android/PRESUBMIT.py b/build/android/PRESUBMIT.py
|
| index fcbe71668b56b767fd1112dcd108c1ea2e9d06a6..6bc7b44aa34e3cf6a5eb69a83227e44ae6fdeaef 100644
|
| --- a/build/android/PRESUBMIT.py
|
| +++ b/build/android/PRESUBMIT.py
|
| @@ -31,6 +31,7 @@ def CommonChecks(input_api, output_api):
|
| J(),
|
| J('gyp'),
|
| J('buildbot'),
|
| + J('..', '..', 'third_party', 'catapult', 'common', 'py_trace_event'),
|
| J('..', '..', 'third_party', 'catapult', 'devil')
|
| ]))
|
| output.extend(input_api.canned_checks.RunPylint(
|
|
|